[DOC] Markup code in Float::MIN document

This commit is contained in:
Nobuyoshi Nakada 2025-09-16 00:11:14 +09:00
parent b08573c815
commit 61df125325
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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));