aboutsummaryrefslogtreecommitdiff
path: root/std/math/sqrt.zig
AgeCommit message (Expand)Author
2019-05-01std.math: Add documentation for all functions and algorithm sourcesMarc Tiehuis
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-06-30test std.math f16 sqrt supportBen Noordhuis
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-05Renamed "(int/float literal)" to "comptime_int/float"Jimmi HC
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-10Add hw sqrt for x86_64Marc Tiehuis
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-14replace quicksort with blocksortAndrew Kelley
2017-08-28remove workaround for LLVM not respecting "nobuiltin"Andrew Kelley
2017-08-19bit shifting safetyAndrew 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