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