.. |
big
|
Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world
|
2018-07-23 14:32:13 -04:00 |
complex
|
remove `this`. add `@This()`.
|
2018-09-13 16:34:33 -04:00 |
acos.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
acosh.zig
|
remove unnecessary setFloatMode calls
|
2018-09-18 15:15:03 -04:00 |
asin.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
asinh.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
atan.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
atan2.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
atanh.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
cbrt.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
ceil.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
copysign.zig
|
add std.math f16 copysign support
|
2018-06-30 01:58:17 +02:00 |
cos.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
cosh.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
exp.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
exp2.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
expm1.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
expo2.zig
|
syntax: functions require return type. remove `->`
|
2018-01-25 04:10:11 -05:00 |
fabs.zig
|
add std.math f16 fabs support
|
2018-06-30 01:58:17 +02:00 |
floor.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
fma.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
frexp.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
hypot.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
ilogb.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
index.zig
|
added math.pow support for integer types. resolves #1637 (#1642)
|
2018-10-10 10:50:23 -04:00 |
inf.zig
|
add std.math f16 inf support
|
2018-06-30 01:58:17 +02:00 |
isfinite.zig
|
add std.math f16 isfinite support
|
2018-06-30 01:58:17 +02:00 |
isinf.zig
|
add std.math f16 inf support
|
2018-06-30 01:58:17 +02:00 |
isnan.zig
|
Merge remote-tracking branch 'origin/master' into llvm7
|
2018-07-02 20:00:13 -04:00 |
isnormal.zig
|
add std.math f16 isnormal support
|
2018-06-30 01:58:17 +02:00 |
ln.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
log.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
log1p.zig
|
remove unnecessary setFloatMode calls
|
2018-09-18 15:15:03 -04:00 |
log2.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
log10.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
modf.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
nan.zig
|
add std.math f16 nan support
|
2018-06-30 01:58:17 +02:00 |
pow.zig
|
added math.pow support for integer types. resolves #1637 (#1642)
|
2018-10-10 10:50:23 -04:00 |
powi.zig
|
added math.pow support for integer types. resolves #1637 (#1642)
|
2018-10-10 10:50:23 -04:00 |
round.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
scalbn.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
signbit.zig
|
add std.math f16 signbit support
|
2018-06-30 01:58:17 +02:00 |
sin.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
sinh.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
sqrt.zig
|
test std.math f16 sqrt support
|
2018-06-30 01:58:17 +02:00 |
tan.zig
|
Default to strict IEEE floating point
|
2018-08-23 22:54:46 +12:00 |
tanh.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |
trunc.zig
|
remove integer and float casting syntax
|
2018-06-17 02:57:07 -04:00 |