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: base/special/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ var fcns = special;
78
78
79
79
- <spanclass="signature">[`acos( x )`][@stdlib/math/base/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a double-precision floating-point number.</span>
80
80
- <spanclass="signature">[`acosd( x )`][@stdlib/math/base/special/acosd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine in degrees of a double-precision floating-point number.</span>
81
+
- <spanclass="signature">[`acosdf( x )`][@stdlib/math/base/special/acosdf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine (in degrees) of a single-precision floating-point number.</span>
81
82
- <spanclass="signature">[`acosf( x )`][@stdlib/math/base/special/acosf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a single-precision floating-point number.</span>
82
83
- <spanclass="signature">[`acosh( x )`][@stdlib/math/base/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosine of a double-precision floating-point number.</span>
83
84
- <spanclass="signature">[`acovercos( x )`][@stdlib/math/base/special/acovercos]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse coversed cosine.</span>
@@ -212,6 +213,7 @@ var fcns = special;
212
213
213
214
- <spanclass="signature">[`acot( x )`][@stdlib/math/base/special/acot]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a double-precision floating-point number.</span>
214
215
- <spanclass="signature">[`acotd( x )`][@stdlib/math/base/special/acotd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccotangent in degrees of a double-precision floating-point number.</span>
216
+
- <spanclass="signature">[`acotdf( x )`][@stdlib/math/base/special/acotdf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccotangent in degrees of a single-precision floating-point number.</span>
215
217
- <spanclass="signature">[`acotf( x )`][@stdlib/math/base/special/acotf]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a single-precision floating-point number.</span>
216
218
- <spanclass="signature">[`acoth( x )`][@stdlib/math/base/special/acoth]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse hyperbolic cotangent of a double-precision floating-point number.</span>
217
219
- <spanclass="signature">[`acsc( x )`][@stdlib/math/base/special/acsc]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosecant of a number.</span>
@@ -243,6 +245,7 @@ var fcns = special;
243
245
- <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
246
- <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
247
- <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>
248
+
- <spanclass="signature">[`cinvf( z )`][@stdlib/math/base/special/cinvf]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse of a single-precision complex floating-point number.</span>
246
249
- <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>
247
250
- <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>
248
251
- <spanclass="signature">[`cot( x )`][@stdlib/math/base/special/cot]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the cotangent of a number.</span>
@@ -416,6 +419,8 @@ console.log( objectKeys( special ) );
0 commit comments