aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/floatexample_test.go
AgeCommit message (Expand)Author
2016-08-16crypto/cipher, math/big: fix example namesJosh Bleecher Snyder
2015-09-10math/big: use more direct formatting in ExampleRoundingMode, cosmetic changesRobert Griesemer
2015-09-10math/big: add example for RoundingModeKonstantin Shaposhnikov
2015-06-02math/big: implement fmt.Formatter-compatible (*Float).FormatRobert Griesemer
2015-05-29math/big: rename (*Float).Format to (*Float).TextRobert Griesemer
2015-05-22math/big: Always print exponent sign when using 'p' exponent for Floats.Robert Griesemer
2015-03-31math/big: remove NaN support - just not worth itRobert Griesemer
2015-03-14math/big: wrap Float.Cmp result in struct to prevent wrong useRobert Griesemer
2015-03-12math/big: handle NaNs in Float.CmpRobert Griesemer
2015-03-04math/big: use stringer for enum String() methodsRobert Griesemer
2015-03-04math/big: added Float.Add example, remove warning from FloatsRobert Griesemer
2015-03-04math/big: remove Float.Lsh/Rsh; added shift exampleRobert Griesemer