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