$cbrt » History » Version 1
Per Amundsen, 01/13/2023 07:07 AM
| 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 | N - The number to calculate the cube root for. |
||
| 10 | |||
| 11 | *Example* |
||
| 12 | |||
| 13 | <pre> |
||
| 14 | //echo -ag The cube root for 42 is $cbrt(42) |
||
| 15 | </pre> |