-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path2.Guidelines.tex
More file actions
29 lines (29 loc) · 1.5 KB
/
2.Guidelines.tex
File metadata and controls
29 lines (29 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\chapter{Guidelines}
This Chapter sets Guidelines that Units inside \cu\ should follow.
\section{Prefixes}
Units should use \fhref{metric prefixes}{https://en.wikipedia.org/wiki/Metric_prefix} to indicate a multiple or a fraction of the unit.\\
These are as follows:\\~\\
\begin{tabular}{l c r l}
\rowalign{c}{Text} & \rowalign{c}{Symbol} & \rowalign{c}{Factor} & \rowalign{c}{Power} \\
\(yotta\) & \(Y\) & 1000000000000000000000000 & \(10^{24}\) \\
\(zetta\) & \(Z\) & 1000000000000000000000 & \(10^{24}\) \\
\(exa\) & \(E\) & 1000000000000000000 & \(10^{18}\) \\
\(peta\) & \(P\) & 1000000000000000 & \(10^{15}\) \\
\(tera\) & \(T\) & 1000000000000 & \(10^{12}\) \\
\(giga\) & \(G\) & 1000000000 & \(10^{9}\) \\
\(mega\) & \(M\) & 1000000 & \(10^{6}\) \\
\(kilo\) & \(k\) & 1000 & \(10^{3}\) \\
\(hecto\) & \(h\) & 100 & \(10^{2}\) \\
\(deca\) & \(d\) & 10 & \(10^{1}\) \\
--- & --- & 1 & \(10^{0}\) \\
\(deci\) & \(d\) & 0.1 & \(10^{−1}\) \\
\(centi\) & \(c\) & 0.01 & \(10^{−2}\) \\
\(milli\) & \(m\) & 0.001 & \(10^{−3}\) \\
\(micro\) & \(\mu \) & 0.000001 & \(10^{−6}\) \\
\(nano\) & \(n\) & 0.000000001 &\(10^{−9}\) \\
\(pico\) & \(p\) & 0.000000000001 & \(10^{−12}\) \\
\(femto\) & \(f\) & 0.000000000000001 & \(10^{−15}\) \\
\(atto\) & \(a\) & 0.000000000000000001 & \(10^{−18}\) \\
\(zepto\) & \(z\) & 0.000000000000000000001 &\(10^{−21}\) \\
\(yocto\) & \(y\) & 0.000000000000000000000001 & \(10^{−24}\)
\end{tabular}