jen
11/12/2019, 10:29 PMbignumber.js
in NetSuite ?Ori Zacher
11/12/2019, 10:42 PMjen
11/12/2019, 10:43 PMjen
11/12/2019, 10:44 PMjen
11/12/2019, 10:45 PMjen
11/12/2019, 10:45 PMOri Zacher
11/12/2019, 10:49 PMnew BigNumber() number type has more than 15 significant digits: ...
Ori Zacher
11/12/2019, 10:51 PMtoString
on the var containing the value you’re referencing. E.g.:
new BigNumber(retailPrice.toString()).toFixed(2);
Ori Zacher
11/12/2019, 10:52 PMscottvonduhn
11/12/2019, 11:57 PMbig.js
, and it has worked well in several projects. I think bignumber.js
is a more full featured versiondarrenhillconsulting
11/13/2019, 12:03 AM