felt_sign
Returns the sign of a signed felt252.
Uses sign-magnitude representation where values greater than
HALF_PRIME are considered negative.
Returns
trueif the value is negativefalseif the value is positive or zero
Fully qualified path: cairo_fp::utils::felt_sign
fn felt_sign(a: felt252) -> bool