Skip to content

Commit 1f7d32a

Browse files
authored
Reformat example_values in package.json
Signed-off-by: Manvith <148960168+manvith2003@users.noreply.github.com>
1 parent 6e89a56 commit 1f7d32a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -101,26 +101,26 @@
101101
]
102102
},
103103
"example_values": [
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
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
124124
]
125125
}
126126
],

0 commit comments

Comments
 (0)