Functions | |
def | num_to_str |
Convert a number to a string in engineering notation. | |
def | str_to_num |
Convert a string in engineering notation to a number. | |
Variables | |
dictionary | scale_factor = {} |
def gnuradio::eng_notation::num_to_str | ( | n | ) |
Convert a number to a string in engineering notation.
E.g., 5e-9 -> 5n
def gnuradio::eng_notation::str_to_num | ( | value | ) |
Convert a string in engineering notation to a number.
E.g., '15m' -> 15e-3
dictionary gnuradio::eng_notation::scale_factor = {} |