aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2021-10-17big.int: 2s-complement binary wrapping notRobin Voetter
2021-10-16big ints: Fix set(signed int minimum) panicRobin Voetter
2021-10-16big ints: Saturating left shift + testsRobin Voetter
2021-10-15Fix bug where std.math.asinh64 doesn't respect signedness for negative values...Miles Alan
2021-10-05freestanding libc: export fmalAndrew Kelley
2021-10-05add support for f128 `@mulAdd`Andrew Kelley
2021-10-04stage2: fix comptime `@bitCast`Andrew Kelley
2021-10-04big ints: Fix tests for 32-bit architecturesRobin Voetter
2021-10-04fmtRobin Voetter
2021-10-04Apply new big int wrap/saturate to Value.zigRobin Voetter
2021-10-04big ints: mulWrap testsRobin Voetter
2021-10-04big ints: Some extra commentsRobin Voetter
2021-10-04big ints: saturate() testsRobin Voetter
2021-10-04big ints: saturate() functionRobin Voetter
2021-10-04big ints: Wrapping multiplicationRobin Voetter
2021-10-04big ints: Allow llmulaccum to wrapRobin Voetter
2021-10-04big ints: Improve karatsuba multiplicationRobin Voetter
2021-10-04big.int: truncate testsRobin Voetter
2021-10-04big ints: [add|sub]Sat testsRobin Voetter
2021-10-04big ints: [add|sub]Wrap testsRobin Voetter
2021-10-04big ints: implement normal/wrapping/saturating subtraction in terms of additionRobin Voetter
2021-10-04big ints: saturating additionRobin Voetter
2021-10-04big ints: setTwosCompIntLimitRobin Voetter
2021-10-04big ints: unify add/sub with their wrapping variantsRobin Voetter
2021-10-04big ints: Basic wrapping multiplicationRobin Voetter
2021-10-04Comptime wrapping addition/subtractionRobin Voetter
2021-10-04big ints: addWrap, subWrap + fix Managed.truncate allocation sizeRobin Voetter
2021-10-04big ints: 2s complement truncateRobin Voetter
2021-10-04big ints: split lladd/llsub into carry variantsRobin Voetter
2021-09-23big ints: only write xor overflow if requiredRobin Voetter
2021-09-23big ints: 2s complement signed and + or fixesRobin Voetter
2021-09-23big ints: 2s complement signed orRobin Voetter
2021-09-22big ints: 2s complement signed xorRobin Voetter
2021-09-20stage2: implement comptime bitwise nandAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-18FIX typo in doc comment for std.math.hypot (#9413)Adam C
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-12std: Fix complex ldexp implementationLemonBoy
2021-06-11bigint: add ensureAdd(Scalar)Capacity, note aliasing requirementsAsherah Connor
2021-06-11bigint: use a stack local here to prevent aliasing issuesAsherah Connor
2021-06-11bigint: add failing tests for bigint carryAsherah Connor
2021-06-11std: Fix tanh for negative inputsLemonBoy
2021-06-10Have std.fmt functions take case as an enumdaurnimator
2021-06-09std.math.sqrt_int: fixed odd size integers typesFilippo Casarin
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
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