summaryrefslogtreecommitdiff
path: root/src/library/scala/math
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* Group math package functionsJanek Bogucki2016-07-061-64/+189
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-8/+8
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-282-12/+12
* Delete unnecessary blank linesh0hei2016-04-071-2/+0
* Delegate more primitive comparison to the Java stdlibJason Zaugg2016-03-291-16/+6
* Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-102-34/+7
|\
| * Extend BigInt with Ordered for java interopShane Delmore2016-02-011-17/+6
| * Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-17/+1
* | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-031-0/+12
|\ \ | |/ |/|
| * change phrasing around eulers number for `log(x)`martijnhoekstra2015-12-111-3/+1
| * add doc for log, sqrtmartijnhoekstra2015-10-301-0/+14
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-52/+51
* | 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