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
+2-2
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@ var fcns = special;
102
102
- <spanclass="signature">[`sinc( x )`][@stdlib/math/base/special/sinc]</span><spanclass="delimiter">: </span><spanclass="description">compute the cardinal sine of a number.</span>
103
103
- <spanclass="signature">[`sincos( x )`][@stdlib/math/base/special/sincos]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously compute the sine and cosine of a number.</span>
104
104
- <spanclass="signature">[`sincospi()`][@stdlib/math/base/special/sincospi]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously compute the sine and cosine of a number times π.</span>
105
-
- <spanclass="signature">[`sinh( x )`][@stdlib/math/base/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic sine of a number.</span>
105
+
- <spanclass="signature">[`sinh( x )`][@stdlib/math/base/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic sine of a double-precision floating-point number.</span>
106
106
- <spanclass="signature">[`sinpi( x )`][@stdlib/math/base/special/sinpi]</span><spanclass="delimiter">: </span><spanclass="description">compute the sine of a number times π.</span>
107
107
- <spanclass="signature">[`tan( x )`][@stdlib/math/base/special/tan]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the tangent of a number.</span>
108
-
- <spanclass="signature">[`tanh( x )`][@stdlib/math/base/special/tanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic tangent of a number.</span>
108
+
- <spanclass="signature">[`tanh( x )`][@stdlib/math/base/special/tanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic tangent of a double-precision floating-point number.</span>
109
109
- <spanclass="signature">[`vercos( x )`][@stdlib/math/base/special/vercos]</span><spanclass="delimiter">: </span><spanclass="description">compute the versed cosine.</span>
110
110
- <spanclass="signature">[`versin( x )`][@stdlib/math/base/special/versin]</span><spanclass="delimiter">: </span><spanclass="description">compute the versed sine.</span>
0 commit comments