Commit c1e444b07c
2021-07-18 23:53:06
1 parent
84154b1Changed files (1)
lib
std
math
lib/std/math/hypot.zig
@@ -14,7 +14,7 @@ const math = std.math;
const expect = std.testing.expect;
const maxInt = std.math.maxInt;
-/// Returns sqrt(x * x + y * y), avoiding unncessary overflow and underflow.
+/// Returns sqrt(x * x + y * y), avoiding unnecessary overflow and underflow.
///
/// Special Cases:
/// - hypot(+-inf, y) = +inf