mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c: Mention that Float::DIG is the minimum number
of siginificant digits. See #9191 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ec8de033e7
commit
9047641ce3
1 changed files with 2 additions and 1 deletions
|
@ -3988,7 +3988,8 @@ Init_Numeric(void)
|
|||
*/
|
||||
rb_define_const(rb_cFloat, "MANT_DIG", INT2FIX(DBL_MANT_DIG));
|
||||
/*
|
||||
* The number of decimal digits in a double-precision floating point.
|
||||
* The minimum number of significant decimal digits in a double-precision
|
||||
* floating point.
|
||||
*
|
||||
* Usually defaults to 15.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue