aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/bitshift.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
commit078edc158da7906ba72e7e6528e1a811e07270e7 (patch)
tree1bc7b2e8137fb5ebfc7b59d59294d7adb9e95468 /docs/source/lang/bitshift.rst
parent5e587be27a7c3bd854b686952a5c9637a2432ff0 (diff)
downloadlibrambutan-078edc158da7906ba72e7e6528e1a811e07270e7.tar.gz
librambutan-078edc158da7906ba72e7e6528e1a811e07270e7.zip
Finished converting the Arduino docs
Diffstat (limited to 'docs/source/lang/bitshift.rst')
-rw-r--r--docs/source/lang/bitshift.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/source/lang/bitshift.rst b/docs/source/lang/bitshift.rst
index f05d49e..e1c8de0 100644
--- a/docs/source/lang/bitshift.rst
+++ b/docs/source/lang/bitshift.rst
@@ -2,17 +2,13 @@
.. _lang-bitshift:
-Bit shift left (``<<``), bit shift right (``>>``)
-=================================================
-
-Description
------------
+Bit Shift Operators (``<<``, ``>>``)
+====================================
(Adapted from `The Bit Math Tutorial
<http://www.arduino.cc/playground/Code/BitMath>`_ in `The Arduino
Playground <http://www.arduino.cc/playground/Main/HomePage>`_\ )
-
There are two bit shift operators in C++: the left shift operator
``<<`` and the right shift operator ``>>``. These operators cause the
bits in the left operand to be shifted left or right by the number of