Free functions
| felt_sign | Returns the sign of a signed felt252 . Uses sign-magnitude representation where values greater than HALF_PRIME are considered negative…. |
| 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. |