You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/jsbignum.texi
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ language while being 100% backward compatible:
28
28
@itemize
29
29
30
30
@item Overloading of the standard operators
31
-
to support new types such as complex numbers, fractions or matrixes.
31
+
to support new types such as complex numbers, fractions or matrices.
32
32
33
33
@item Bigint mode where arbitrarily large integers are available by default (no @code{n} suffix is necessary as in the TC39 BigInt proposal@footnote{@url{https://tc39.github.io/proposal-bigint/}}).
34
34
@@ -417,7 +417,7 @@ It is a normal object.
417
417
@subsection@code{Number} constructor
418
418
419
419
The number constructor returns its argument rounded to a Float using
420
-
the global floating point environement. In bigint mode, the Number
420
+
the global floating point environment. In bigint mode, the Number
421
421
constructor returns a Float. In standard mode, it returns a SmallInt
422
422
if the value fits it, otherwise a Float.
423
423
@@ -723,9 +723,9 @@ Read-only integer. Round to nearest, with ties away from zero rounding mode.
723
723
@item RNDNU
724
724
Read-only integer. Round to nearest, with ties to +Infinity rounding mode.
0 commit comments