Results for “Std.Math.isPrime”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Math.isPrime
T -> Bool where T: Ord + Zero + One + Add + Mul + RemWhether a value is prime. Values below two are not.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
T -> Bool where T: Ord + Zero + One + Add + Mul + RemWhether a value is prime. Values below two are not.