I am using a javascript function to generates large numbers. It
appears that when the number exceeds 20 digits it is displayed in
scientific notation, that is, a base and an exponent. Is there a way
to avoid this and display the complete number instead?