I want to calculate the cubed value of 2220422932 with is 10947302325566084787191541568 but corona is printing it as 1.0947302325566e+28 how can i print the full number ?
aCubed = 2220422932 aCubedValue = aCubed^3 print("A " ..aCubed.. " CUBED = " ..aCubedValue)
Prints:
Nov 09 06:22:59.294: A 2220422932 CUBED = 1.0947302325566e+28