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
The functions comb, perm, gcd and lcm work on integers and return integers. They should return values with the type integer instead of number.
Even though "integer" values can be automatically cast to "number" values, this could be a breaking change if any questions currently rely on something that would be sensitive to a later value having more precision.
The text was updated successfully, but these errors were encountered:
The functions
comb
,perm
,gcd
andlcm
work on integers and return integers. They should return values with the typeinteger
instead ofnumber
.Even though "integer" values can be automatically cast to "number" values, this could be a breaking change if any questions currently rely on something that would be sensitive to a later value having more precision.
The text was updated successfully, but these errors were encountered: