Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

sqrt

Calculates the square root.

Panics

Panics if a is negative.

Gas Cost

~33,000 (f128)

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

fn sqrt(a: Fixed) -> Fixed