Skip to content

Commit 4438716

Browse files
authored
Modify example values in tandf package.json
Updated example values for the tandf function. Signed-off-by: Manvith <[email protected]>
1 parent 083fc3b commit 4438716

File tree

1 file changed

+20
-9
lines changed
  • lib/node_modules/@stdlib/math/base/special/tandf

1 file changed

+20
-9
lines changed

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,26 @@
9797
]
9898
},
9999
"example_values": [
100-
0.0,
101-
30.0,
102-
45.0,
103-
60.0,
104-
90.0,
105-
-45.0,
106-
-90.0,
107-
120.0,
108-
-120.0
100+
0,
101+
15,
102+
30,
103+
45,
104+
60,
105+
75,
106+
90,
107+
-15,
108+
-30,
109+
-45,
110+
-60,
111+
-75,
112+
-90,
113+
10,
114+
-10,
115+
20,
116+
-20,
117+
35,
118+
-35,
119+
80
109120
]
110121
}
111122
],

0 commit comments

Comments
 (0)