aboutsummaryrefslogtreecommitdiff
path: root/src/math/const.go
AgeCommit message (Expand)Author
2021-05-03math: add MaxUint, MinInt, MaxIntColin Arnott
2021-05-03math: replace float32/64 extrema with exact expressionsRobert Griesemer
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2017-08-08math: change oeis.org urls to httpsJelte Fennema
2017-06-06math: clarify comment about bit-identical results across architecturesIan Lance Taylor
2017-06-06math: add doc note about floating point operationgulyasm
2015-06-26math: explain OEIS linkAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox