Results for “Std.Math.Float.sqrt”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Math.Float.sqrt
Float64 -> Option[Float64]Square root via Newton-Raphson iteration. Returns None if x < 0.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Float64 -> Option[Float64]Square root via Newton-Raphson iteration. Returns None if x < 0.