mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
FIX typo in doc comment for std.math.hypot (#9413)
This commit is contained in:
parent
9979741bff
commit
95e5fac412
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user