Yes, Extra large or extra small numbers can be written with scientific (exponent) notation:
Example
var x = 123e5; // 12300000
var y = 123e-5; // 0.00123
var x = 123e5; // 12300000
var y = 123e-5; // 0.00123
No comments:
Post a Comment