aboutsummaryrefslogtreecommitdiff
path: root/std/math
AgeCommit message (Expand)Author
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-16all integer sizes are available as primitivesAndrew 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-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-10Add arbitrary-precision integer to stdMarc Tiehuis
2018-06-06Fix Log2Int type constructionMarc Tiehuis
2018-06-05Renamed "(int/float literal)" to "comptime_int/float"Jimmi HC
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-17more std lib to postfix deref with zig fmtAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-07std.SegmentedList implementationAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
2018-04-24convert NOTE to TODO so we catch it laterAndrew Kelley
2018-04-24clean up complex math testsAndrew Kelley
2018-04-24Add initial complex-number supportMarc Tiehuis
2018-04-15std.math.ln and std.math.exp use float strict modeAndrew Kelley
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-03-27std.math.cast handles signed integersAndrew Kelley
2018-03-22Add missing pub specifier to atan2Marc Tiehuis
2018-02-02*WI* error sets - basic support workingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-13Add integer rotation functionsMarc Tiehuis
2018-01-10Add hw sqrt for x86_64Marc Tiehuis
2018-01-09remove %% prefix operatorAndrew Kelley