<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Jellybean732</title>
<link>http://snipplr.com/users/Jellybean732</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 09:00:57 GMT</pubDate>
<item>
<title>(JavaScript) JavaScript to Standard Form converter (times 10^x)</title>
<link>http://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x/</link>
<description><![CDATA[ <p>Use this to convert JavaScript numbers to official scientific standard form (e.g. 1.54 &amp;times; 10^3)
Uses HTML &amp;lt;sup&amp;gt; tags and &amp;times; symbol

Example:
var number = 4.223e20;
var stnd = standardForm(number);
// stnd = 4.223 x 10^20</p> ]]></description>
<pubDate>Sun, 18 Sep 2011 22:46:05 GMT</pubDate>
<guid>http://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x/</guid>
</item>
</channel>
</rss>