aboutsummaryrefslogtreecommitdiff
path: root/std/math
AgeCommit message (Expand)Author
2018-12-12Add add compiler_rt routines for float to signed integer conversionWink Saville
2018-11-29Revert "Add math min/max for Float and Value"Andrew Kelley
2018-11-28Add math min/max for Float and ValueWink Saville
2018-11-27add std.math.IntFittingRangedaurnimator
2018-11-16Fixed typosVallentin
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-27fixed commentsemekoi
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-10added math.pow support for integer types. resolves #1637 (#1642)emekoi
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-09-18remove unnecessary setFloatMode callsAndrew Kelley
2018-09-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13math/complex: cexp test correction and ldexp usage fixMarc Tiehuis
2018-09-08simplify f64_min to equivilent valueShawn Landden
2018-08-25Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-07-24Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-07-23Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-worldAndrew Kelley
2018-07-22add std.math.big.Int.fitsInTwosCompAndrew Kelley
2018-07-22Add big int fits function (#1279)Marc Tiehuis
2018-07-22Tighten Int.to bounds and add twos-complement bitcountMarc Tiehuis
2018-07-20self-hosted: implicit cast comptime ints to other intsAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-02Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-06-30test std.math f16 sqrt supportBen Noordhuis
2018-06-30add std.math f16 signbit supportBen Noordhuis
2018-06-30add std.math f16 copysign supportBen Noordhuis
2018-06-30add std.math f16 floor supportBen Noordhuis
2018-06-30add std.math f16 fabs supportBen Noordhuis
2018-06-30add std.math f16 isnormal supportBen Noordhuis
2018-06-30add std.math f16 isfinite supportBen Noordhuis
2018-06-30add std.math f16 inf supportBen Noordhuis
2018-06-30add std.math f16 nan supportBen Noordhuis
2018-06-30add std.math f16 constantsBen Noordhuis
2018-06-21Add float repr bit extraction functionsMarc Tiehuis
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-18Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16std.Complex: use better arg passing convention and fix a TODOAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-16std.DynLib: open the fd with CLOEXECAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-06-14Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-06-10Add arbitrary-precision integer to stdMarc Tiehuis