create mode 100644 std/math/acos.zig create mode 100644 std/math/acosh.zig create mode 100644 std/math/asin.zig create mode 100644 std/math/asinh.zig create mode 100644 std/math/atan.zig create mode 100644 std/math/atan2.zig create mode 100644 std/math/atanh.zig create mode 100644 std/math/cbrt.zig create mode 100644 std/math/ceil.zig create mode 100644 std/math/copysign.zig create mode 100644 std/math/cos.zig create mode 100644 std/math/cosh.zig create mode 100644 std/math/exp.zig create mode 100644 std/math/exp2.zig create mode 100644 std/math/expm1.zig create mode 100644 std/math/expo2.zig create mode 100644 std/math/floor.zig create mode 100644 std/math/fma.zig create mode 100644 std/math/hypot.zig create mode 100644 std/math/ilogb.zig create mode 100644 std/math/inf.zig create mode 100644 std/math/isfinite.zig create mode 100644 std/math/isinf.zig create mode 100644 std/math/isnan.zig create mode 100644 std/math/isnormal.zig create mode 100644 std/math/ln.zig create mode 100644 std/math/log.zig create mode 100644 std/math/log10.zig create mode 100644 std/math/log1p.zig create mode 100644 std/math/log2.zig create mode 100644 std/math/modf.zig create mode 100644 std/math/nan.zig create mode 100644 std/math/pow.zig create mode 100644 std/math/round.zig create mode 100644 std/math/scalbn.zig create mode 100644 std/math/signbit.zig create mode 100644 std/math/sin.zig create mode 100644 std/math/sinh.zig create mode 100644 std/math/sqrt.zig create mode 100644 std/math/tan.zig create mode 100644 std/math/tanh.zig create mode 100644 std/math/trunc.zig