You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,6 @@ var fcns = special;
242
242
- <spanclass="signature">[`cexp( z )`][@stdlib/math/base/special/cexp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the exponential function for a double-precision complex floating-point number.</span>
243
243
- <spanclass="signature">[`cflipsign( z, y )`][@stdlib/math/base/special/cflipsign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
244
244
- <spanclass="signature">[`cflipsignf( z, y )`][@stdlib/math/base/special/cflipsignf]</span><spanclass="delimiter">: </span><spanclass="description">return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
245
-
- <spanclass="signature">[`cidentityf( z )`][@stdlib/complex/float32/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function of a single-precision complex floating-point number.</span>
246
245
- <spanclass="signature">[`cinv( z )`][@stdlib/math/base/special/cinv]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse of a double-precision complex floating-point number.</span>
247
246
- <spanclass="signature">[`copysign( x, y )`][@stdlib/math/base/special/copysign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
248
247
- <spanclass="signature">[`copysignf( x, y )`][@stdlib/math/base/special/copysignf]</span><spanclass="delimiter">: </span><spanclass="description">return a single-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
@@ -477,8 +476,6 @@ console.log( objectKeys( special ) );
0 commit comments