aboutsummaryrefslogtreecommitdiff
path: root/std/math/fabs.zig
AgeCommit message (Expand)Author
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22std.math: remove unnecessary inline calls andAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley
2017-06-20Add math special case tests and general fixesMarc Tiehuis
2017-06-19workaround for llvm bugAndrew Kelley
2017-06-16Add math libraryMarc Tiehuis
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley