We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Float::MIN
1 parent 23c04a9 commit 1510e2eCopy full SHA for 1510e2e
1 file changed
numeric.c
@@ -6455,7 +6455,7 @@ Init_Numeric(void)
6455
*
6456
* If the platform supports denormalized numbers,
6457
* there are numbers between zero and Float::MIN.
6458
- * 0.0.next_float returns the smallest positive floating point number
+ * +0.0.next_float+ returns the smallest positive floating point number
6459
* including denormalized numbers.
6460
*/
6461
rb_define_const(rb_cFloat, "MIN", DBL2NUM(DBL_MIN));
0 commit comments