summaryrefslogtreecommitdiff
path: root/src/library/scala/math
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-1/+1
|\
| * ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-242-5/+5
|\|
| * Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-2/+2
| |\
| | * fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
| * | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-171-3/+3
| |/
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\|
| * Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* | Merge pull request #4241 from kanielc/SI-6778Lukas Rytz2015-03-231-1/+1
|\ \ | |/ |/|
| * SI-6778 scala.math.random should have parenthesisDenton Cockburn2015-01-101-1/+1
| * Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-062-6/+6
| * Merge pull request #3892 from misberner/docfix-PartialOrderingGrzegorz Kossakowski2014-07-251-5/+12
| |\
| | * Fixed mathematically wrong statement in the documentation of scala.math.Parti...Malte Isberner2014-07-211-5/+12
| * | Fix scaladoc typoLukas Elmer2014-07-211-1/+1
| |/
* | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-0/+5
* | Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-211-2/+2
* | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-112-6/+6
* | [backport] Fixed mathematically wrong statement in the documentation of scala...Malte Isberner2014-08-111-5/+12
* | [backport] Fix scaladoc typoLukas Elmer2014-08-111-1/+1
|/
* SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-251-3/+13
* Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-142-71/+410
* SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+4
* Removing deprecated code.Paul Phillips2013-11-182-4/+2
* fix typoxuwei-k2013-06-302-2/+2
* SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-231-0/+1
* Finalized math.E and math.Pi.Paul Phillips2013-05-311-2/+2
* Make all numeric coercions explicit.Paul Phillips2013-05-274-27/+37
* Absolutized paths involving the scala package.Paul Phillips2013-05-0311-12/+20
* Fixed BigDecimal documentation for primitive conversion methods.Alden Torres2013-04-211-4/+4
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-244-11/+11
* Merge 2.10.x into master.Adriaan Moors2013-02-201-1/+1
|\
| * make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-151-1/+1
* | Merge pull request #1965 from Dinduks/fix_some_typosPaul Phillips2013-01-252-2/+2
|\ \
| * | Fix some typosSamy Dindane2013-01-242-2/+2
* | | SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-171-3/+0
|/ /
* | Remove unused imports in library.Paul Phillips2012-11-191-2/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0513-17/+24
|\|
| * Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-0413-13/+13
| |\
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0213-13/+13
| * | Fix for SI-6600, regression with ScalaNumber.Paul Phillips2012-11-021-4/+11
| |/
* / SI-6388 Remove deprecated items in scala/mathSimon Ochsenreither2012-10-082-12/+0
|/
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-147-10/+10
* Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2
* Expanded the reach of value classes.Paul Phillips2012-08-293-4/+14
* [doc] Fix example of `Ordering.on` usage.haraldme2012-07-231-1/+1
* SI-6033 Closed. Provides implicit conversion from java.math.BigInteger to BigIntDominik Gruntz2012-07-051-1/+10
* fixes typos in scaladoc of Orderes.calaDominik Gruntz2012-06-051-5/+6
* Fix `Hashing`.Aleksandar Prokopec2012-06-011-40/+0