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