1. 363617c math/big: added (internal) Float.form field for easier case distinctions by Robert Griesemer · 10 years ago
  2. 0ff7c3e math/big: make validate a method of Float (cleanup) by Robert Griesemer · 10 years ago
  3. 6326940 math/big: introduce Bits abstraction instead of using "untyped" []int bit lists by Robert Griesemer · 10 years ago
  4. f3d3328 math/big: move "bits" operations used for Float tests into separate file by Robert Griesemer · 10 years ago
  5. 85626a9 math/big: added more comprehensive mul/quo test by Robert Griesemer · 10 years ago
  6. 7be32d0 math/big: reenable TestFloatAdd32 (used to fail on 32bit platforms) by Robert Griesemer · 10 years ago
  7. 2a1728d math/big: use stringer for enum String() methods by Robert Griesemer · 10 years ago
  8. 0a8a625 math/big: added Float.Add example, remove warning from Floats by Robert Griesemer · 10 years ago
  9. ef0b031 math/big: remove Float.Lsh/Rsh; added shift example by Robert Griesemer · 10 years ago
  10. d934d10 math/big: introduce Undef Accuracy, use for NaN operands/results by Robert Griesemer · 10 years ago
  11. ea1fafb math/big: modified MantExp semantics to enable fast exponent access by Robert Griesemer · 10 years ago
  12. e053883 math/big: implement NaN by Robert Griesemer · 10 years ago
  13. c3dc78f math/big: replace Float.NewInf with Float.SetInf for more consistent API by Robert Griesemer · 10 years ago
  14. 79c1295 math/big: export Float.MinPrec by Robert Griesemer · 10 years ago
  15. 9c4aade math/big: fix build for 32bit platforms by Robert Griesemer · 10 years ago
  16. ca0be6f math/big: clean up Float.SetPrec, use shorter internal representation by Robert Griesemer · 10 years ago
  17. c20a018 math/big: apply a round of go vet by Robert Griesemer · 10 years ago
  18. bba8b89 math/big: improve some doc strings by Robert Griesemer · 10 years ago
  19. 88cbe09 math/big: permit passing of an *Int to Float.Int to avoid allocation by Robert Griesemer · 10 years ago
  20. 3e9e9b4 math/big: implemented Float.Rat by Robert Griesemer · 10 years ago
  21. 18fd940 math/big: permit passing of (possibly nil) *Float to MantExp to avoid allocation by Robert Griesemer · 10 years ago
  22. c4b8f91 math/big: fix test for 32bit platforms (fix build) by Robert Griesemer · 10 years ago
  23. c651fdc math/big: change Float.SetMantExp to always multiply mant by 2**exp by Robert Griesemer · 10 years ago
  24. d9859ad math/big: fix several issues with string->Float conversion by Robert Griesemer · 10 years ago
  25. ec92af6 math: Dim, Max, Min - allow more bit patterns for NaN by Charlie Dorian · 10 years ago
  26. ce13759 math/big: fix formatting for 'b' format by Robert Griesemer · 10 years ago
  27. b48d2a5 math: faster Cbrt by Charles Dorian · 10 years ago
  28. 6a10f72 math/big: don't return io.EOF on successful call of ParseFloat by Robert Griesemer · 10 years ago
  29. 2b0213d math/big: incorporated feedback from prior TBR reviews by Robert Griesemer · 10 years ago
  30. 277eddb math: change Nextafter64 to Nextafter in the description of Nextafter by Ivan Ukhov · 10 years ago
  31. 61c9c3d math/big: implement fast path in Float.SetRat if argument is integer by Robert Griesemer · 10 years ago
  32. 2dd7a6d math/big: always round after the sign is set by Robert Griesemer · 10 years ago
  33. b7bfb54 math/big: fix aliasing bug in Float.Quo by Robert Griesemer · 10 years ago
  34. a809dc7 math/big: don't scan past a binary exponent if not accepted syntactically by Robert Griesemer · 10 years ago
  35. ccdbfe3 math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" point by Robert Griesemer · 10 years ago
  36. 2e3c738 math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64 by Robert Griesemer · 10 years ago
  37. df218d3 math/big: implement/rename accessors for precision and rounding mode by Robert Griesemer · 10 years ago
  38. 31e8524 math/big: fix aliasing error in Add, Sub by Robert Griesemer · 10 years ago
  39. 7a77d8d math/big: use internal validation more consistently by Robert Griesemer · 10 years ago
  40. 9e9ddb0 math/big: implemented Float.Int64, simplified Float.Uint64 by Robert Griesemer · 10 years ago
  41. 764a9cf math/big: completed Float.Uint64 by Robert Griesemer · 10 years ago
  42. 15fe15a math/big: add test cases for Float.Abs and Float.Neg by Robert Griesemer · 10 years ago
  43. 64e7038 math/big: implemented Float.Int (truncation of Floats to Ints) by Robert Griesemer · 10 years ago
  44. 950aa9f math/big: When result prec == 0, use at least prec == 64 for SetInt, SetRat. by Robert Griesemer · 10 years ago
  45. f77696a math/big: implemented Frexp, Ldexp, IsInt, Copy, bug fixes, more tests by Robert Griesemer · 10 years ago
  46. 04ce9db math/big: correct umax by Robert Griesemer · 10 years ago
  47. acfe3a5 math/big: API cleanup by Robert Griesemer · 10 years ago
  48. 15594df math/big: handling of +/-Inf and zero precision, enable zero values by Robert Griesemer · 10 years ago
  49. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  50. f083a0e math/big: add "smoke test" for big.Float division by Robert Griesemer · 10 years ago
  51. 91c0f00 math/big: more Float conversion tests by Robert Griesemer · 10 years ago
  52. 57c1485 math/big: simplified formatting logic by Robert Griesemer · 10 years ago
  53. 721d589 math/big: first version of Float %e, %f, %g, %G formatting working by Robert Griesemer · 10 years ago
  54. b8fcae0 math/big: fix %b format so it matches strconf %b format for non-zero values by Robert Griesemer · 10 years ago
  55. bbd6771 math/big: implemented decimal rounding for Float-to-string conversion by Robert Griesemer · 10 years ago
  56. 01ba4c0 math/big: implement precise Float to decimal conversion (core functionality) by Robert Griesemer · 10 years ago
  57. 6966e07 math/big: fix typos by Robert Griesemer · 10 years ago
  58. 4c91c0d math/big: build Float.Format on top of Float.Append by Robert Griesemer · 10 years ago
  59. f17cd88 math/big: split float conversion routines and tests into separate files by Robert Griesemer · 10 years ago
  60. 20a96a1 math/big: split rat conversion routines and tests into separate files by Robert Griesemer · 10 years ago
  61. a0c5d28 math/big: split int conversion routines and tests into separate files by Robert Griesemer · 10 years ago
  62. d135966 math/big: split nat conversion routines and tests into separate files by Robert Griesemer · 10 years ago
  63. 9f22de7 math/big: parsing of fractions and floats in mantissa bases other than 10 by Robert Griesemer · 10 years ago
  64. 0a24b8c math/big: sketched out complete set of Float/string conversion functions by Robert Griesemer · 10 years ago
  65. f4a2617 math/big: various fixes, enable tests for 32bit platforms by Robert Griesemer · 10 years ago
  66. 3acb9fd math/big: disable some tests on 32bit platforms (fix build) by Robert Griesemer · 10 years ago
  67. bd275b2 math/big: multi-precision Floats (starting point) by Robert Griesemer · 10 years ago
  68. 2dfa4f4 math/big: use new nat.scan for Rat.SetString by Robert Griesemer · 10 years ago
  69. 4e0618c math/big: permit internal nat.scan to accept decimal point by Robert Griesemer · 10 years ago
  70. de47e9c math/big: better test coverage, misc. cleanups by Robert Griesemer · 10 years ago
  71. c6ddca2 math/big: bug in AndNot(x,y) for x>0,y<0. by Keith Randall · 10 years ago
  72. 654a185 math/big: faster assembly kernels for AddVx/SubVx for 386. by Robert Griesemer · 10 years ago
  73. 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
  74. 80b3ff9 math/big: faster assembly kernels for AddVx/SubVx for amd64. by Robert Griesemer · 10 years ago
  75. 4317869 math/big: panic if n <= 0 for ProbablyPrime by Shenghou Ma · 10 years ago
  76. e6f76aa math: be consistent in how we document special cases by Fazlul Shahriar · 10 years ago
  77. 59cb2d9 math/rand: fix example_test to show with the correct method by Guobiao Mei · 10 years ago
  78. 5de497b math: Added parity check to ProbablyPrime by Alberto Donizetti · 10 years ago
  79. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  80. 062e354 [dev.power64] runtime: power64 fixes and ports of changes by Austin Clements · 10 years ago
  81. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  82. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  83. 96d1e4a math/big: Allow non-prime modulus for ModInverse by Keith Randall · 10 years ago
  84. 7371153 math/big: Fixes issue 8920 by Casey Marshall · 10 years ago
  85. 87f51f1 math/big: fix doc comments by Robert Griesemer · 10 years ago
  86. 28ddfb0 math/big: math.Exp should return result >= 0 for |m| > 0 by Robert Griesemer · 10 years ago
  87. 4a8cb4a math: avoid assumption of denormalized math mode in Sincos by Russ Cox · 11 years ago
  88. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago