summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/RichDouble.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-231-18/+29
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Expanded the reach of value classes.Paul Phillips2012-08-291-2/+4
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+0
* SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-081-0/+12
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-201-2/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-011-41/+13
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More world-shaking deprecation work.Paul Phillips2009-11-201-8/+8
* - Renames filterMap to partialMapPaul Phillips2009-11-061-5/+5
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+1
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-191-14/+6
* Made GenericRange covariant.Paul Phillips2009-10-181-0/+8
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-1/+2
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-7/+14
* Fixed a couple bugs in GenericRange and added t...Paul Phillips2009-06-051-0/+6
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* More reorg.Geoffrey Washburn2008-04-071-0/+54
* The great library reorg!Geoffrey Washburn2008-04-041-54/+0
* fixed #202 (NaN), refactored codemichelou2007-10-301-3/+4
* Deprecated scala.compat.Math and move some memb...mihaylov2007-04-241-0/+18
* added method round to RichFloat/RichDouble; Martin Odersky2007-03-191-0/+2
* Added various constants to the primitive types ...mihaylov2006-12-131-0/+4
* Added values for floating point NaN, Infinity, ...mihaylov2006-12-121-0/+6
* Added a rich class for every primitive typemihaylov2006-11-211-0/+23