|
42 | 42 | "dependencies": { |
43 | 43 | "@stdlib/constants-float64-high-word-abs-mask": "^0.2.2", |
44 | 44 | "@stdlib/constants-float64-high-word-exponent-mask": "^0.2.2", |
45 | | - "@stdlib/math-base-napi-unary": "^0.2.3", |
| 45 | + "@stdlib/math-base-napi-unary": "^0.2.5", |
46 | 46 | "@stdlib/math-base-special-kernel-tan": "^0.2.3", |
47 | 47 | "@stdlib/math-base-special-rempio2": "^0.3.0", |
48 | 48 | "@stdlib/number-float64-base-get-high-word": "^0.2.2", |
49 | | - "@stdlib/utils-library-manifest": "^0.2.2" |
| 49 | + "@stdlib/utils-library-manifest": "^0.2.3" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | 52 | "@stdlib/assert-is-negative-zero": "^0.2.2", |
53 | 53 | "@stdlib/assert-is-positive-zero": "^0.2.2", |
54 | | - "@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main", |
| 54 | + "@stdlib/console-log-each-map": "^0.1.0", |
55 | 55 | "@stdlib/constants-float64-ninf": "^0.2.2", |
56 | 56 | "@stdlib/constants-float64-pi": "^0.2.2", |
57 | 57 | "@stdlib/constants-float64-pinf": "^0.2.2", |
58 | 58 | "@stdlib/math-base-assert-is-nan": "^0.2.2", |
59 | | - "@stdlib/number-float64-base-ulp-difference": "github:stdlib-js/number-float64-base-ulp-difference#main", |
| 59 | + "@stdlib/number-float64-base-ulp-difference": "^0.1.0", |
60 | 60 | "@stdlib/random-array-uniform": "^0.2.1", |
61 | 61 | "@stdlib/utils-try-require": "^0.2.2", |
62 | 62 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
96 | 96 | "value", |
97 | 97 | "number" |
98 | 98 | ], |
99 | | - "__stdlib__": { |
100 | | - "scaffold": { |
101 | | - "$schema": "math/base@v1.0", |
102 | | - "base_alias": "tan", |
103 | | - "alias": "tan", |
104 | | - "pkg_desc": "compute the tangent", |
105 | | - "desc": "computes the tangent", |
106 | | - "short_desc": "tangent", |
107 | | - "parameters": [ |
108 | | - { |
109 | | - "name": "x", |
110 | | - "desc": "input value (in radians)", |
111 | | - "type": { |
112 | | - "javascript": "number", |
113 | | - "jsdoc": "number", |
114 | | - "c": "double", |
115 | | - "dtype": "float64" |
116 | | - }, |
117 | | - "domain": [ |
118 | | - { |
119 | | - "min": "-infinity", |
120 | | - "max": "infinity" |
121 | | - } |
122 | | - ], |
123 | | - "rand": { |
124 | | - "prng": "random/base/uniform", |
125 | | - "parameters": [ |
126 | | - -10, |
127 | | - 10 |
128 | | - ] |
129 | | - }, |
130 | | - "example_values": [ |
131 | | - 0, |
132 | | - 0.5236, |
133 | | - 0.7854, |
134 | | - 1.0472, |
135 | | - 1.5708, |
136 | | - 3.1416, |
137 | | - 4.7124, |
138 | | - 6.2832, |
139 | | - -0.7854, |
140 | | - -1.5708, |
141 | | - -3.1416, |
142 | | - 5, |
143 | | - -2, |
144 | | - 0.1, |
145 | | - -0.1, |
146 | | - 2.3562, |
147 | | - -2.3562, |
148 | | - 7.85398, |
149 | | - -7.85398, |
150 | | - 10 |
151 | | - ] |
152 | | - } |
153 | | - ], |
154 | | - "output_policy": "real_floating_point_and_generic", |
155 | | - "returns": { |
156 | | - "desc": "tangent", |
157 | | - "type": { |
158 | | - "javascript": "number", |
159 | | - "jsdoc": "number", |
160 | | - "c": "double", |
161 | | - "dtype": "float64" |
162 | | - } |
163 | | - }, |
164 | | - "keywords": [ |
165 | | - "tan", |
166 | | - "tangent", |
167 | | - "trig", |
168 | | - "trigonometry", |
169 | | - "radians" |
170 | | - ], |
171 | | - "extra_keywords": [ |
172 | | - "math.tan" |
173 | | - ] |
174 | | - } |
175 | | - }, |
176 | 99 | "funding": { |
177 | 100 | "type": "opencollective", |
178 | 101 | "url": "https://opencollective.com/stdlib" |
|
0 commit comments