diff options
Diffstat (limited to 'std/math/tan.zig')
| -rw-r--r-- | std/math/tan.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/math/tan.zig b/std/math/tan.zig index ff3ed06186..a71a17e625 100644 --- a/std/math/tan.zig +++ b/std/math/tan.zig @@ -31,8 +31,6 @@ const Tq4 = -5.38695755929454629881E7; // // This may have slight differences on some edge cases and may need to replaced if so. fn tan32(x_: f32) f32 { - @setFloatMode(this, @import("builtin").FloatMode.Strict); - const pi4a = 7.85398125648498535156e-1; const pi4b = 3.77489470793079817668E-8; const pi4c = 2.69515142907905952645E-15; |
