gnuradio.eng_notation

Display numbers as strings using engineering notation.

gnuradio.eng_notation.num_to_str(n)

Convert a number to a string in engineering notation. E.g., 5e-9 -> 5n

gnuradio.eng_notation.str_to_num(value)

Convert a string in engineering notation to a number. E.g., ‘15m’ -> 15e-3

Previous topic

gnuradio.plot_data

Next topic

gnuradio.eng_option

This Page