Actions
$cbrt » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 01/13/2023 07:07 AM
Added in 4.3
$cbrt(N)
Returns the cube root for the number N.
Parameters
N - The number to calculate the cube root for.
Example
//echo -ag The cube root for 42 is $cbrt(42)
Updated by Per Amundsen almost 2 years ago · 1 revisions