diff options
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 |