diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-05-21 11:40:15 -0700 |
commit | a3638941859c8ac2f61dfc81ff1837997d5540eb (patch) | |
tree | 6d52608ff1e73fce3114989147b37385acf70cd2 /gnuradio-core/src/python/gnuradio/eng_notation.py | |
parent | f684f3c3997b973a914b3c1adffc3ba616f0f49b (diff) |
docs: Adding/editing top-level docstrings.
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/eng_notation.py')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/eng_notation.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-core/src/python/gnuradio/eng_notation.py b/gnuradio-core/src/python/gnuradio/eng_notation.py index c552a45f55..d23f9005f0 100644 --- a/gnuradio-core/src/python/gnuradio/eng_notation.py +++ b/gnuradio-core/src/python/gnuradio/eng_notation.py @@ -18,6 +18,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. # +""" +Display numbers as strings using engineering notation. +""" scale_factor = {} scale_factor['E'] = 1e18 |