mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[DOC] Markup code in Float::MIN document
This commit is contained in:
parent
b08573c815
commit
61df125325
@ -6455,7 +6455,7 @@ Init_Numeric(void)
|
||||
*
|
||||
* If the platform supports denormalized numbers,
|
||||
* there are numbers between zero and Float::MIN.
|
||||
* 0.0.next_float returns the smallest positive floating point number
|
||||
* +0.0.next_float+ returns the smallest positive floating point number
|
||||
* including denormalized numbers.
|
||||
*/
|
||||
rb_define_const(rb_cFloat, "MIN", DBL2NUM(DBL_MIN));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user