diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-27 23:15:55 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-27 23:15:55 -0700 |
commit | 124c8964eb81705d0924295e63866370e9c16ede (patch) | |
tree | 16ac60db3e07d2a90d60730b3c4fc5bd218108a2 /docs/source/lang/cpp | |
parent | 6f45284326411f3f3d68e077449f14a2d1caa693 (diff) | |
download | librambutan-124c8964eb81705d0924295e63866370e9c16ede.tar.gz librambutan-124c8964eb81705d0924295e63866370e9c16ede.zip |
docs: many small broken ref fixes, syntax bugfixes
Diffstat (limited to 'docs/source/lang/cpp')
-rw-r--r-- | docs/source/lang/cpp/arithmetic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/lang/cpp/arithmetic.rst b/docs/source/lang/cpp/arithmetic.rst index cef3954..b7cb5f6 100644 --- a/docs/source/lang/cpp/arithmetic.rst +++ b/docs/source/lang/cpp/arithmetic.rst @@ -110,7 +110,7 @@ types are approximate): ``short``, "0 --- 65,535", "-32,768 --- 32,767", 2 ``int``, "0 --- 4,294,967,295", "-2,147,483,648 --- 2,147,483,647", 4 ``long``, "0 --- 4,294,967,295", "-2,147,483,648 --- 2,147,483,647", 4 - ``long long``, "0 --- 1.8*10\ :sup:`19`\ " (approx.), "-9.2*10\ :sup:`18` --- 9.2*10\ :sup:`18` (approx.)", 8 + ``long long``, "0 --- 1.8*10\ :sup:`19`\ (approx.)", "-9.2*10\ :sup:`18` --- 9.2*10\ :sup:`18` (approx.)", 8 See Also |