zig/lib/std/math
antlilja eb7fad28f8 Improve f128 standard library support
* Add functions: floor128, ceil128, trunc128 and round128
* Add corresponding tests
2020-06-17 18:18:45 +02:00
..
big fix memory errors 2020-06-09 00:17:22 -04:00
complex Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05:00
acos.zig
acosh.zig
asin.zig
asinh.zig
atan.zig
atan2.zig
atanh.zig
big.zig rework std.math.big.Int 2020-05-01 06:47:56 -04:00
cbrt.zig
ceil.zig Improve f128 standard library support 2020-06-17 18:18:45 +02:00
complex.zig
copysign.zig
cos.zig std.meta.IntType -> std.meta.Int 2020-04-28 19:11:31 -06:00
cosh.zig Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172) 2020-04-26 14:03:19 -04:00
exp.zig
exp2.zig
expm1.zig
expo2.zig
fabs.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
floor.zig Improve f128 standard library support 2020-06-17 18:18:45 +02:00
fma.zig
frexp.zig
hypot.zig
ilogb.zig
inf.zig
isfinite.zig
isinf.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
isnan.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
isnormal.zig
ln.zig remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
log.zig remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
log1p.zig
log2.zig remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
log10.zig remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
modf.zig
nan.zig
pow.zig std.meta.IntType -> std.meta.Int 2020-04-28 19:11:31 -06:00
powi.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
round.zig Improve f128 standard library support 2020-06-17 18:18:45 +02:00
scalbn.zig
signbit.zig
sin.zig std.meta.IntType -> std.meta.Int 2020-04-28 19:11:31 -06:00
sinh.zig Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172) 2020-04-26 14:03:19 -04:00
sqrt.zig std.meta.IntType -> std.meta.Int 2020-04-28 19:11:31 -06:00
tan.zig std.meta.IntType -> std.meta.Int 2020-04-28 19:11:31 -06:00
tanh.zig
trunc.zig Improve f128 standard library support 2020-06-17 18:18:45 +02:00