]> Cypherpunks.ru repositories - gostls13.git/history - src/math/big/ratconv_test.go
math/big: implement Rat.FloatPrec
[gostls13.git] / src / math / big / ratconv_test.go
2023-11-14 Robert Griesemermath/big: implement Rat.FloatPrec
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Shulhanmath/big: call norm when returning success from Rat...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-27 Katie Hockmanmath/big: prevent overflow in (*Rat).SetString
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-06 Robert Griesemermath/big: check for excessive exponents in Rat.SetString
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-15 Robert Griesemermath/big: don't clobber shared underlying array in...
2019-03-25 Robert Griesemermath/big: accept non-decimal floats with Rat.SetString
2019-03-12 Robert Griesemermath/big: add support for underscores '_' in numbers
2019-03-07 Robert Griesemermath/big: support new octal prefixes 0o and 0O
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2016-10-11 Russ Coxmath/big: move exhaustive tests behind -long flag
2016-10-06 Robert Griesemermath/big: Rat.SetString to report error if input is...
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-24 Nathan VanBenschotenmath/big: special-case a 0 mantissa during Rat parsing
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-22 Robert Griesemermath/big: document rounding for Rat.FloatToString
2015-02-04 Russ Cox[dev.cc] all: merge master (b8fcae0) into dev.cc
2015-01-30 Robert Griesemermath/big: split rat conversion routines and tests into...