Jellybean732


Member since 09/18/2011

1 snippets

643 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

Jellybean732's Recent SnippetsTagged form



« Prev 1 Next »
Use this to convert JavaScript numbers to official scientific standard form (e.g. 1.54 × 10^3) Uses HTML <sup> tags and × symbol Example: var number = 4.223e20; var stnd = standardForm(number); // stnd = 4.223 x 10^20
0 610 posted 12 years ago by Jellybean732
« Prev 1 Next »