Examples

<e-numeric value="10000000"></e-numeric>
<e-numeric value="10000000" precision="2"></e-numeric>
<e-numeric value="0.1" type="percent"></e-numeric>
<e-numeric value="256" type="currency" currency="USD"></e-numeric>
<br>
<e-numeric value="256" type="currency-code" currency="USD"></e-numeric>
<e-numeric value="25645" humanize="k" precision="1"></e-numeric>
<br>
<e-numeric value="25645000" humanize="auto" precision="2" type="currency" currency="USD"></e-numeric>
<e-numeric value="25645.0034" precision="2" trim-fraction-zeros="true"></e-numeric>
<e-numeric value="25645000" type="digital" precision="2"></e-numeric>
<br>
<e-numeric value="25645000" type="digital" precision="2" humanize="auto"></e-numeric>
<br>
<e-numeric value="25645000" type="digital-binary" precision="2"></e-numeric>
<br>
<e-numeric value="25645000" type="digital-binary" precision="2" humanize="auto"></e-numeric>