Skip to main content
Participant
October 11, 2017
Question

Working and calculating with 16+ digit numbers

  • October 11, 2017
  • 1 reply
  • 328 views

Hi,

I am encountering an issue with working with 16 + digit numbers.

I have a script that converts the number from figures to words. However I use a math.floor calculation on the figures to separate out the decimals it rounds incorrectly.

Is there a simple way to deal with such long numbers.  Or am I going to have to deal with this in the scrip and take out the Quadrillion values and compute them separately.

Would share the script but it is on my work computer.

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

try67
Community Expert
Community Expert
October 11, 2017

Without seeing the actual code it's very difficult to help you with this issue.