File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ implementations of the remaining required operations.
451
451
* ` float32.ceil ` : ceiling operation
452
452
* ` float32.floor ` : floor operation
453
453
* ` float32.trunc ` : round to nearest integer towards zero
454
- * ` float32.nearestint ` : round to nearest integer, ties to even
454
+ * ` float32.nearest ` : round to nearest integer, ties to even
455
455
* ` float32.eq ` : compare ordered and equal
456
456
* ` float32.ne ` : compare unordered or unequal
457
457
* ` float32.lt ` : compare ordered and less than
@@ -472,7 +472,7 @@ implementations of the remaining required operations.
472
472
* ` float64.ceil ` : ceiling operation
473
473
* ` float64.floor ` : floor operation
474
474
* ` float64.trunc ` : round to nearest integer towards zero
475
- * ` float64.nearestint ` : round to nearest integer, ties to even
475
+ * ` float64.nearest ` : round to nearest integer, ties to even
476
476
* ` float64.eq ` : compare ordered and equal
477
477
* ` float64.ne ` : compare unordered or unequal
478
478
* ` float64.lt ` : compare ordered and less than
You can’t perform that action at this time.
0 commit comments