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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ var fcns = special;
323
323
- <spanclass="signature">[`rsqrtf( x )`][@stdlib/math/base/special/rsqrtf]</span><spanclass="delimiter">: </span><spanclass="description">compute the reciprocal of the principal square root of a single-precision floating-point number.</span>
324
324
- <spanclass="signature">[`secd( x )`][@stdlib/math/base/special/secd]</span><spanclass="delimiter">: </span><spanclass="description">compute the secant of an angle measured in degrees.</span>
325
325
- <spanclass="signature">[`sici( x )`][@stdlib/math/base/special/sici]</span><spanclass="delimiter">: </span><spanclass="description">compute the sine and cosine integrals.</span>
326
-
- <spanclass="signature">[`spence( x )`][@stdlib/math/base/special/spence]</span><spanclass="delimiter">: </span><spanclass="description">spence’s function, also known as the dilogarithm.</span>
326
+
- <spanclass="signature">[`spence( x )`][@stdlib/math/base/special/spence]</span><spanclass="delimiter">: </span><spanclass="description">spence's function, also known as the dilogarithm.</span>
327
327
- <spanclass="signature">[`sqrt( x )`][@stdlib/math/base/special/sqrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the principal square root of a double-precision floating-point number.</span>
328
328
- <spanclass="signature">[`sqrt1pm1( x )`][@stdlib/math/base/special/sqrt1pm1]</span><spanclass="delimiter">: </span><spanclass="description">compute `sqrt( 1 + x ) - 1`.</span>
329
329
- <spanclass="signature">[`sqrtf( x )`][@stdlib/math/base/special/sqrtf]</span><spanclass="delimiter">: </span><spanclass="description">compute the principal square root of a single-precision floating-point number.</span>
0 commit comments