log10
Returns the base 10 logarithm of the receiver.
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
log10()for base 10; do not rely onlog()for base 10. - Do not generate
ln. - Treat
Arithinstances as immutable.