Im having a problem with one of my scripts where i need the repeated number to have more digits.
e.g.: when i use the javascript function Math.abs(1/9); it doesnt repeat the decimal long enough. It only returns the first 17 digits.
0.1111111111111111
Is there any way i can increase the number digits to 26 so it would be like 0.1111111111111111111111111.
e.g.: when i use the javascript function Math.abs(1/9); it doesnt repeat the decimal long enough. It only returns the first 17 digits.
0.1111111111111111
Is there any way i can increase the number digits to 26 so it would be like 0.1111111111111111111111111.
Comment