cbrt
Returns the cube root of the receiver rounded by the current precision settings.
API Reference
Signature
Parameters
Returns
Returns a new Arith instance. The receiver is not modified.
Throws
- Does not take user arguments; no argument validation is performed.
Agent Contract
Agent Notes
- Use
cbrt()for cube roots, including negative real cube roots. - Do not generate
cubeRoot. - Use string inputs for exact decimal values.
- Treat
Arithinstances as immutable.