File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/node_modules/@stdlib/number/float64/base/ulp-difference Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ d = ulpdiff( NaN, NaN );
7676
7777## Notes
7878
79- - Adjacent [ double-precision] [ double-precision ] floating-point numbers differ by ` 1 ` ulp (unit in the last place).
79+ - Adjacent [ double-precision] [ double-precision ] floating-point numbers differ by ` 1 ` [ ulp] [ ulp ] (unit in the last place).
8080- Signed zeros differ only in the sign bit but are considered numerically equal, and thus their ULP difference is ` 0 ` .
8181
8282</section >
@@ -129,6 +129,7 @@ console.log( d );
129129<section class =" links " >
130130
131131[ double-precision ] : https://en.wikipedia.org/wiki/Double-precision_floating-point_format
132+ [ ulp ] : https://en.wikipedia.org/wiki/Unit_in_the_last_place
132133
133134<!-- <related-links> -->
134135
You can’t perform that action at this time.
0 commit comments