You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromhertzimport*foo=kHz(4)
foo =1.2print(foo) # prints 1.204 because if units aren't specified everything is done in MHzprint(foo.in_hz) # prints 1204000.0foo =GHz('3')
print(foo.in_ghz) # prints 3.001204
About
A simple, standard, and handy way to represent hertz, kilohertz, megahertz, etc