aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math.zig
AgeCommit message (Expand)Author
2022-03-12std.math.lossyCast: fix integer overflowominitay
2022-03-11std.math: remove redundant namespace in test namesAndrew Kelley
2022-02-23stage2: misc fixes in SemaVeikka Tuominen
2022-02-13Simplify implementation of floorPowerOfTwo in std.mathCody Tapscott
2022-02-12make f80 less hacky; lower as u80 on non-x86Andrew Kelley
2022-02-12stage1: fix f80 size and alignment on x86 and armAndrew Kelley
2022-02-04stage1: make f80 always size 16, align 16Veikka Tuominen
2022-02-04compiler-rt: add extend functions for f80Veikka Tuominen
2022-01-28std: add f80 bitsVeikka Tuominen
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-23std/math: add ldexp and make scalbn an aliasMarc Tiehuis
2021-10-05add support for f128 `@mulAdd`Andrew Kelley
2021-10-04add phi constantalichraghi
2021-10-02Document some functions in std.math.Nathan Michaels
2021-09-14add functions to decode an epoch timestamp (#9040)Jonathan Marler
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-23Trivial typo "for for" --> "for" (also a few nearby run-on sentence). (#9610)William Stein
2021-06-10zig fmtAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-23std: Remove unneeded workaroundLemonBoy
2021-04-22std: remove `comptime const`Andrew Kelley
2021-03-01zig fmt the std libAndrew Kelley
2021-03-01Add some bit set variantsMartin Wickham
2021-01-25Merge pull request #7846 from LemonBoy/filtertestAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-19stage2: ELF: avoid multiplication for ideal capacityAndrew Kelley
2021-01-10zig fmtAndrew Kelley
2021-01-10impl lossyCast #5080Adam Goertz
2020-12-31Year++Frank Denis
2020-12-16Fix typo in math.orderdata-man
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-06Merge pull request #6941 from LemonBoy/floateqapproxAndrew Kelley
2020-11-05math.shl/math.shr: add support for vectorsFrank Denis
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-10-29std/math: add support for vectors to rotl()/rotr()Frank Denis
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-07restore ability to do comptime mathxavier
2020-09-03update uses of deprecated type field accessVexu
2020-08-30Merge pull request #6189 from katesuyu/div-ceilAndrew Kelley
2020-08-29std.math.divCeil: fix expectEqual argument orderKate Tsuyu
2020-08-29std.math.divCeil: use expectEqual for testsKate Tsuyu
2020-08-29std.math.divCeil: move compile error back downKate Tsuyu
2020-08-29std.math.divCeil: move compile error to topKate Tsuyu
2020-08-29std.math.divCeil: support comptime_int/floatKate Tsuyu
2020-08-28std.math.divCeil: conform to more test casesKate Tsuyu