aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-17std.math.Complex: Change `new()` to `init()`aiz
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14std: rework math.scalbn (#8733)viri
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-01std: Implement isFinite for f128LemonBoy
2021-05-01std: Implement copysign for f128LemonBoy
2021-05-01std: Implement signbit for f128LemonBoy
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-14std: Fix sqrt for u0/u1 input typesLemonBoy
2021-04-03Compile error for signed integer mathantlilja
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-01std/math/big/int: normalize after a right shiftFrank Denis
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2020-12-31Year++Frank Denis
2020-12-09std: explicitly cast indices to usizeLemonBoy
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-06change debug.assert to testing.expect in testsxackus
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-09std: Add/Fix/Change parts of big.intLemonBoy
2020-10-05std: Fix two bugs in bigint powLemonBoy
2020-10-04std: Add pow(a,b) for big intsLemonBoy
2020-09-07big int: fix Managed.dump()Vincent Rischmann
2020-09-03update uses of deprecated type field accessVexu
2020-08-26forceEval() -> doNotOptimizeAway()Frank Denis
2020-08-25std.math.big: fix use-after-freeAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27Fix bug in big.int.Mutable.toManaged() and add testsjoachimschmidt557
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-17Improve f128 standard library supportantlilja
2020-06-09fix memory errorsJonathan Marler
2020-05-01fix off-by-one error in sizeInBaseUpperBoundAndrew Kelley
2020-05-01update std.meta.IntType => std.meta.IntAndrew Kelley
2020-05-01rework std.math.big.IntAndrew Kelley
2020-05-01ZIR: implement return instructionAndrew Kelley
2020-05-01ZIR: add cmp and condbr instructionsAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-26Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172)Nick Appleton
2020-04-22std.math.big.Int: don't rely on the allocator when printingAndrew Kelley
2020-04-21ir: analyze int castingAndrew Kelley
2020-04-15Enable formatting in std.big.Int.formatjoachimschmidt557
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-07move big.rational.gcd to big.int.gcdjoachimschmidt557
2020-04-02new ArrayList API: fix everything elsexackus