zig/lib/std/math
Andrew Kelley ec6ef86219 fix off-by-one error in sizeInBaseUpperBound 2020-05-01 13:33:46 -04:00
..
big fix off-by-one error in sizeInBaseUpperBound 2020-05-01 13:33:46 -04:00
complex Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05:00
acos.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
acosh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
asin.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
asinh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
atan.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
atan2.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
atanh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
big.zig rework std.math.big.Int 2020-05-01 06:47:56 -04:00
cbrt.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
ceil.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
complex.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
copysign.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
exp2.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
expm1.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
expo2.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
fabs.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
floor.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
fma.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
frexp.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
hypot.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
ilogb.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
inf.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
isfinite.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
nan.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
scalbn.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
signbit.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
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 Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
trunc.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00