dos_cbrt - dalefugier/DOSLib GitHub Wiki
Calculates the cube root.
Syntax
(dos_cbrt number)
Parameters
number
The non-negative number.
Returns
The cube root, if successful.
nil on error.
Example
Command: (dos_cbrt 25)
2.92402
Command: (dos_cbrt 45)
3.55689