Module:Convert/extra: Difference between revisions

Content deleted Content added
define cent unit and alias ¢ per request; this cannot be converted with anything else, but can be used in automatic per units
hertz (Hz) to convert wavelength/frequency for electromagnetic radiation in free space
Line 28:
["¢"] = {
target = "cent",
},
["Hz"] = {
_name1 = "hertz",
_name2 = "hertz",
_symbol = "Hz",
utype = "length",
scale = 3.3356409519815204e-9,
invert = -1,
iscomplex= true,
prefixes = 1,
default = "m",
link = "Hertz",
},
}