lib/compiler_rt/ceil.zig | 9 +++++---- lib/compiler_rt/cos.zig | 5 +++-- lib/compiler_rt/exp.zig | 9 +++++---- lib/compiler_rt/exp2.zig | 5 +++-- lib/compiler_rt/floor.zig | 13 +++++++------ lib/compiler_rt/round.zig | 7 ++++--- lib/compiler_rt/sin.zig | 5 +++-- lib/compiler_rt/sincos.zig | 7 ++++--- lib/compiler_rt/tan.zig | 5 +++-- lib/compiler_rt/trunc.zig | 7 ++++--- lib/std/math.zig | 4 +--- lib/std/math/asinh.zig | 5 +++-- lib/std/math/atan.zig | 5 +++-- lib/std/math/atanh.zig | 5 +++-- lib/std/math/expm1.zig | 5 +++-- lib/std/math/log1p.zig | 3 ++- lib/std/math/tanh.zig | 5 +++-- 17 files changed, 59 insertions(+), 45 deletions(-)