Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

felt_abs

Returns the absolute value of a signed felt252.

If the value is negative (per sign-magnitude representation), returns its negation. Otherwise returns the value unchanged.

Fully qualified path: cairo_fp::utils::felt_abs

fn felt_abs(a: felt252) -> felt252