OpenMath Content Dictionary: units_siprefix1
Canonical URL:
http://www.openmath.org/cd/units_binaryprefix1.ocd
CD File:
units_siprefix1.ocd
CD as XML Encoded OpenMath:
units_siprefix1.omcd
Defines:
atto , centi , deci , deka , exa , femto , giga , hecto , kilo , mega , micro , milli , nano , peta , pico , tera , yocto , yotta , zepto , zetta
Date:
2004-08-27
Version:
1
(Revision 1)
Review Date:
2017-12-31
Status:
experimental
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The copyright holder grants you permission to redistribute this
document freely as a verbatim copy. Furthermore, the copyright
holder permits you to develop any derived work from this document
provided that the following conditions are met.
a) The derived work acknowledges the fact that it is derived from
this document, and maintains a prominent reference in the
work to the original source.
b) The fact that the derived work is not the original OpenMath
document is stated prominently in the derived work. Moreover if
both this document and the derived work are Content Dictionaries
then the derived work must include a different CDName element,
chosen so that it cannot be confused with any works adopted by
the OpenMath Society. In particular, if there is a Content
Dictionary Group whose name is, for example, `math' containing
Content Dictionaries named `math1', `math2' etc., then you should
not name a derived Content Dictionary `mathN' where N is an integer.
However you are free to name it `private_mathN' or some such. This
is because the names `mathN' may be used by the OpenMath Society
for future extensions.
c) The derived work is distributed under terms that allow the
compilation of derived works, but keep paragraphs a) and b)
intact. The simplest way to do this is to distribute the derived
work under the OpenMath license, but this is not a requirement.
If you have questions about this license please contact the OpenMath
society at http://www.openmath.org .
Author: OpenMath Consortium (James Davenport)
SourceURL: https://github.com/OpenMath/CDs
This CD defines symbols for the SI prefixes to indicate multiplication
by a power of 10.
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^24$
Commented Mathematical property (CMP):
This is unit multiplication by $10^24$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="yotta" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 24 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">yotta</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">24</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.yotta, $unit) = 10 ^ 24 * $unit
Rendered Presentation MathML
1
prefix
(
yotta
,
unit
)
=
10
24
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^21$
Commented Mathematical property (CMP):
This is unit multiplication by $10^21$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="zetta" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 21 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">zetta</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">21</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.zetta, $unit) = 10 ^ 21 * $unit
Rendered Presentation MathML
1
prefix
(
zetta
,
unit
)
=
10
21
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^18$
Commented Mathematical property (CMP):
This is unit multiplication by $10^18$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="exa" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 18 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">exa</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">18</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.exa, $unit) = 10 ^ 18 * $unit
Rendered Presentation MathML
1
prefix
(
exa
,
unit
)
=
10
18
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^15$
Commented Mathematical property (CMP):
This is unit multiplication by $10^15$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="peta" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 15 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">peta</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">15</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.peta, $unit) = 10 ^ 15 * $unit
Rendered Presentation MathML
1
prefix
(
peta
,
unit
)
=
10
15
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^12$
Commented Mathematical property (CMP):
This is unit multiplication by $10^12$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="tera" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 12 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">tera</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">12</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.tera, $unit) = 10 ^ 12 * $unit
Rendered Presentation MathML
1
prefix
(
tera
,
unit
)
=
10
12
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^9$
Commented Mathematical property (CMP):
This is unit multiplication by $10^9$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="giga" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 9 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">giga</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">9</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.giga, $unit) = 10 ^ 9 * $unit
Rendered Presentation MathML
1
prefix
(
giga
,
unit
)
=
10
9
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^6$
Commented Mathematical property (CMP):
This is unit multiplication by $10^6$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="mega" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 6 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">mega</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">6</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.mega, $unit) = 10 ^ 6 * $unit
Rendered Presentation MathML
1
prefix
(
mega
,
unit
)
=
10
6
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $1000$
Commented Mathematical property (CMP):
This is unit multiplication by $1000$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="kilo" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 3 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">kilo</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">3</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.kilo, $unit) = 10 ^ 3 * $unit
Rendered Presentation MathML
1
prefix
(
kilo
,
unit
)
=
10
3
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $100$
Commented Mathematical property (CMP):
This is unit multiplication by $100$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="hecto" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 2 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">hecto</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">2</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.hecto, $unit) = 10 ^ 2 * $unit
Rendered Presentation MathML
1
prefix
(
hecto
,
unit
)
=
10
2
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10$
Commented Mathematical property (CMP):
This is unit multiplication by $10$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="deka" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> 1 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">deka</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">1</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.deka, $unit) = 10 ^ 1 * $unit
Rendered Presentation MathML
1
prefix
(
deka
,
unit
)
=
10
1
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $0.1$
Commented Mathematical property (CMP):
This is unit multiplication by $0.1$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="deci" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -1 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">deci</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-1</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.deci, $unit) = 10 ^ -1 * $unit
Rendered Presentation MathML
1
prefix
(
deci
,
unit
)
=
10
-1
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $0.01$
Commented Mathematical property (CMP):
This is unit multiplication by $0.01$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="centi" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -2 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">centi</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-2</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.centi, $unit) = 10 ^ -2 * $unit
Rendered Presentation MathML
1
prefix
(
centi
,
unit
)
=
10
-2
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $0.001$
Commented Mathematical property (CMP):
This is unit multiplication by $0.001$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="milli" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -3 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">milli</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-3</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.milli, $unit) = 10 ^ -3 * $unit
Rendered Presentation MathML
1
prefix
(
milli
,
unit
)
=
10
-3
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-6$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-6$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="micro" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -6 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">micro</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-6</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.micro, $unit) = 10 ^ -6 * $unit
Rendered Presentation MathML
1
prefix
(
micro
,
unit
)
=
10
-6
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-9$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-9$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="nano" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -9 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">nano</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-9</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.nano, $unit) = 10 ^ -9 * $unit
Rendered Presentation MathML
1
prefix
(
nano
,
unit
)
=
10
-9
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-12$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-12$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="pico" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -12 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">pico</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-12</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.pico, $unit) = 10 ^ -12 * $unit
Rendered Presentation MathML
1
prefix
(
pico
,
unit
)
=
10
-12
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-15$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-15$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="femto" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -15 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">femto</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-15</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.femto, $unit) = 10 ^ -15 * $unit
Rendered Presentation MathML
1
prefix
(
femto
,
unit
)
=
10
-15
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-18$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-18$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="atto" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -18 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">atto</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-18</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.atto, $unit) = 10 ^ -18 * $unit
Rendered Presentation MathML
1
prefix
(
atto
,
unit
)
=
10
-18
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-21$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-21$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="zepto" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -21 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">zepto</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-21</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.zepto, $unit) = 10 ^ -21 * $unit
Rendered Presentation MathML
1
prefix
(
zepto
,
unit
)
=
10
-21
unit
Signatures:
sts
Description:
This symbol represents the fact that the subsequent unit has been
effectively multiplied by $10^-24$
Commented Mathematical property (CMP):
This is unit multiplication by $10^-24$
Formal Mathematical property (FMP):
OpenMath XML (source)
<OMOBJ xmlns="http://www.openmath.org/OpenMath">
<OMA>
<OMS name="eq" cd="relation1"/>
<OMA>
<OMS name="times" cd="arith1"/>
<OMI> 1 </OMI>
<OMA>
<OMS name="prefix" cd="units_ops1"/>
<OMS name="yocto" cd="units_siprefix1"/>
<OMV name="unit"/>
</OMA>
</OMA>
<OMA>
<OMS name="times" cd="arith1"/>
<OMA>
<OMS name="power" cd="arith1"/>
<OMI> 10 </OMI>
<OMI> -24 </OMI>
</OMA>
<OMV name="unit"/>
</OMA>
</OMA>
</OMOBJ>
Strict Content MathML
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="arith1">times</csymbol>
<cn type="integer">1</cn>
<apply><csymbol cd="units_ops1">prefix</csymbol><csymbol cd="units_siprefix1">yocto</csymbol><ci>unit</ci></apply>
</apply>
<apply><csymbol cd="arith1">times</csymbol>
<apply><csymbol cd="arith1">power</csymbol>
<cn type="integer">10</cn>
<cn type="integer">-24</cn>
</apply>
<ci>unit</ci>
</apply>
</apply>
</math>
Prefix
Popcorn
1 * units_ops1.prefix(units_siprefix1.yocto, $unit) = 10 ^ -24 * $unit
Rendered Presentation MathML
1
prefix
(
yocto
,
unit
)
=
10
-24
unit
Signatures:
sts