Project

General

Profile

$cbrt » History » Version 2

Per Amundsen, 02/16/2023 09:15 PM

1 1 Per Amundsen
_Added in 4.3_
2
3
*$cbrt(N)*
4
5
Returns the "cube root":https://en.wikipedia.org/wiki/Cube_root for the number N.
6
7
*Parameters*
8
9 2 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| N | The number to calculate the cube root for. |
12 1 Per Amundsen
13
*Example*
14
15
<pre>
16
//echo -ag  The cube root for 42 is $cbrt(42)
17
</pre>