Skip to content

Commit 6e89a56

Browse files
authored
Expand example values for tanf function
Updated example values for the tanf function in package.json. Signed-off-by: Manvith <[email protected]>
1 parent 0f0ea32 commit 6e89a56

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

lib/node_modules/@stdlib/math/base/special/tanf/package.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,26 @@
101101
]
102102
},
103103
"example_values": [
104-
0.0,
105-
-0.7854,
106-
0.7854,
107-
0.5236,
108-
1.0472,
109-
-1.0472,
110-
1.5708,
111-
-1.5708
104+
0,
105+
0.1745,
106+
0.3491,
107+
0.5236,
108+
0.6981,
109+
0.8727,
110+
1.0472,
111+
1.2217,
112+
1.3963,
113+
1.5708,
114+
-0.1745,
115+
-0.3491,
116+
-0.5236,
117+
-0.6981,
118+
-0.8727,
119+
-1.0472,
120+
-1.2217,
121+
-1.3963,
122+
-1.5,
123+
-1.5708
112124
]
113125
}
114126
],

0 commit comments

Comments
 (0)