Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

log10

Calculates the base-10 logarithm: log₁₀(x)

Panics

Panics if a is zero or negative.

Gas Cost

~201,000 (f128)

Fully qualified path: cairo_fp::f128::math::ops::log10

fn log10(a: Fixed) -> Fixed