We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base.cinvf
1 parent 385d970 commit 0af8e79Copy full SHA for 0af8e79
lib/node_modules/@stdlib/namespace/lib/namespace/base/c.js
@@ -374,7 +374,19 @@ ns.push({
374
'value': require( '@stdlib/math/base/special/cinv' ),
375
'type': 'Function',
376
'related': [
377
- '@stdlib/complex/float64/base/div'
+ '@stdlib/complex/float64/base/div',
378
+ '@stdlib/math/base/special/cinvf'
379
+ ]
380
+});
381
+
382
+ns.push({
383
+ 'alias': 'base.cinvf',
384
+ 'path': '@stdlib/math/base/special/cinvf',
385
+ 'value': require( '@stdlib/math/base/special/cinvf' ),
386
+ 'type': 'Function',
387
+ 'related': [
388
+ '@stdlib/complex/float32/base/div',
389
+ '@stdlib/math/base/special/cinv'
390
]
391
});
392
0 commit comments