Exponential (e-Notation) | JavaScript #javascript #shorts #exponential

preview_player
Показать описание
It’s essentially a fancy way to write numbers without the trailing zeros. For example, 1e7 essentially means 1 followed by 7 zeros. It represents a decimal base (which JavaScript interprets as a float type) equal to 10,000,000.
Рекомендации по теме