Results for “Std.Math.signum”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Math.signum
T -> T where T: Ord + Zero + One + SubThe sign of a value: -1, 0, or 1, in the value's own type.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
T -> T where T: Ord + Zero + One + SubThe sign of a value: -1, 0, or 1, in the value's own type.