summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/RichFloat.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-231-18/+29
* Make all numeric coercions explicit.Paul Phillips2013-05-271-4/+4
* 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
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-011-25/+11
* 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
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+0
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* More reorg.Geoffrey Washburn2008-04-071-0/+56
* The great library reorg!Geoffrey Washburn2008-04-041-56/+0
* fixed #202 (NaN), refactored codemichelou2007-10-301-3/+4
* Fixed build: RichFloat was build with no Predef...Gilles Dubochet2007-04-241-0/+2
* Deprecated scala.compat.Math and move some memb...mihaylov2007-04-241-0/+18
* fixed bug1006Martin Odersky2007-03-191-1/+1
* 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