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
Change the behavior of the {number: 'BigNumber'} config: should convert numeric input of all functions into BigNumbers (or Fractions), for example math.add(2, 4) should return a BigNumber. Not sure if this is feasible and now much effort it will require. See Apply BigNumber config to functions too (currently it only applies to eval) #864.
Here we'll collect the breaking changes for
v8
.Unit
withunitmath
. See Move Unit.js into a standalone npm library #1486{number: 'BigNumber'}
config: should convert numeric input of all functions into BigNumbers (or Fractions), for examplemath.add(2, 4)
should return a BigNumber. Not sure if this is feasible and now much effort it will require. See Apply BigNumber config to functions too (currently it only applies to eval) #864.For reference: #1532
The text was updated successfully, but these errors were encountered: