diff options
Diffstat (limited to 'lib/std/math/complex/acos.zig')
| -rw-r--r-- | lib/std/math/complex/acos.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/math/complex/acos.zig b/lib/std/math/complex/acos.zig index e7f0f1f021..9cbfaffe4b 100644 --- a/lib/std/math/complex/acos.zig +++ b/lib/std/math/complex/acos.zig @@ -13,7 +13,7 @@ pub fn acos(z: anytype) Complex(@TypeOf(z.re, z.im)) { const epsilon = 0.0001; -test "complex.cacos" { +test acos { const a = Complex(f32).init(5, 3); const c = acos(a); |
