Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ln

Calculates the natural logarithm: ln(x)

Panics

Panics if a is zero or negative.

Gas Cost

~40,000 (f128)

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

fn ln(a: Fixed) -> Fixed