File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
lib/node_modules/@stdlib/namespace/lib/namespace/base Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -205,12 +205,27 @@ ns.push({
205
205
'type' : 'Function' ,
206
206
'related' : [
207
207
'@stdlib/math/base/special/acot' ,
208
+ '@stdlib/math/base/special/acotdf' ,
208
209
'@stdlib/math/base/special/acoth' ,
209
210
'@stdlib/math/base/special/atand' ,
210
211
'@stdlib/math/base/special/cotd'
211
212
]
212
213
} ) ;
213
214
215
+ ns . push ( {
216
+ 'alias' : 'base.acotdf' ,
217
+ 'path' : '@stdlib/math/base/special/acotdf' ,
218
+ 'value' : require ( '@stdlib/math/base/special/acotdf' ) ,
219
+ 'type' : 'Function' ,
220
+ 'related' : [
221
+ '@stdlib/math/base/special/acotd' ,
222
+ '@stdlib/math/base/special/acotf' ,
223
+ '@stdlib/math/base/special/acothf' ,
224
+ '@stdlib/math/base/special/atandf' ,
225
+ '@stdlib/math/base/special/cotdf'
226
+ ]
227
+ } ) ;
228
+
214
229
ns . push ( {
215
230
'alias' : 'base.acotf' ,
216
231
'path' : '@stdlib/math/base/special/acotf' ,
You can’t perform that action at this time.
0 commit comments