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/console/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ var o = ns;
41
41
42
42
<!-- <toc pattern="*"> -->
43
43
44
+
<divclass="namespace-toc">
45
+
46
+
- <spanclass="signature">[`log( [data][,..args] )`][@stdlib/console/log]</span><spanclass="delimiter">: </span><spanclass="description">output a message to the debugger console.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ var fcns = special;
84
84
- <spanclass="signature">[`asinh( x )`][@stdlib/math/base/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arcsine of a double-precision floating-point number.</span>
85
85
- <spanclass="signature">[`atan( x )`][@stdlib/math/base/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">compute the arctangent of a double-precision floating-point number.</span>
86
86
- <spanclass="signature">[`atan2( y, x )`][@stdlib/math/base/special/atan2]</span><spanclass="delimiter">: </span><spanclass="description">compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`.</span>
87
-
- <spanclass="signature">[`atanh( x )`][@stdlib/math/base/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arctangent of a number.</span>
87
+
- <spanclass="signature">[`atanh( x )`][@stdlib/math/base/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arctangent of a double-precision floating-point number.</span>
88
88
- <spanclass="signature">[`avercos( x )`][@stdlib/math/base/special/avercos]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse versed cosine.</span>
89
89
- <spanclass="signature">[`aversin( x )`][@stdlib/math/base/special/aversin]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse versed sine.</span>
90
90
- <spanclass="signature">[`cos( x )`][@stdlib/math/base/special/cos]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine of a number.</span>
@@ -328,9 +328,9 @@ Finally, the namespace exports the following kernel functions, which are mainly
328
328
329
329
- <spanclass="signature">[`kernelBetainc( x, a, b, regularized, upper )`][@stdlib/math/base/special/kernel-betainc]</span><spanclass="delimiter">: </span><spanclass="description">incomplete beta function and its first derivative.</span>
330
330
- <spanclass="signature">[`kernelBetaincinv( a, b, p, q )`][@stdlib/math/base/special/kernel-betaincinv]</span><spanclass="delimiter">: </span><spanclass="description">inverse of the lower incomplete beta function.</span>
331
-
- <spanclass="signature">[`kernelCos( x, y )`][@stdlib/math/base/special/kernel-cos]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine of a number on `[-π/4, π/4]`.</span>
331
+
- <spanclass="signature">[`kernelCos( x, y )`][@stdlib/math/base/special/kernel-cos]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine of a double-precision floating-point number on `[-π/4, π/4]`.</span>
332
332
- <spanclass="signature">[`kernelSin( x, y )`][@stdlib/math/base/special/kernel-sin]</span><spanclass="delimiter">: </span><spanclass="description">compute the sine of a double-precision floating-point number on `[-π/4, π/4]`.</span>
333
-
- <spanclass="signature">[`kernelTan( x, y, k )`][@stdlib/math/base/special/kernel-tan]</span><spanclass="delimiter">: </span><spanclass="description">compute the tangent of a number on `[-π/4, π/4]`.</span>
333
+
- <spanclass="signature">[`kernelTan( x, y, k )`][@stdlib/math/base/special/kernel-tan]</span><spanclass="delimiter">: </span><spanclass="description">compute the tangent of a double-precision floating-point number on `[-π/4, π/4]`.</span>
0 commit comments