Skip to content

Commit 700d3df

Browse files
authored
docs: fix example return value
PR-URL: #2186 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
1 parent 95eb45b commit 700d3df

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/rcbrt/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* @example
4444
* var v = rcbrt( -8.0 );
45-
* // returns -2.0
45+
* // returns -0.5
4646
*
4747
* @example
4848
* var v = rcbrt( NaN );

0 commit comments

Comments
 (0)