Description
Example use-case: I would like to know the approximate length of antenna for a 145MHz (amateur radio) signal. The formula for wavelength is
Where f is the frequency in Hertz, which is a unit of cycles / second. Since we're dealing with electromagnetic radiation, velocity v=c (not accounting for velocity factor, which we will set aside for the purposes of this discussion). Written out, this means the full formula should look like:
fend is smart enough to know that the seconds can cancel out, leaving us with
Expected behaviour:
> c/145MHz
approx. 2.0675341931 m
Actual behaviour:
> c/145MHz
approx. 2067534.1931034482 m MHz / s
For now, I've been using this workaround:
> c/(145e6/s)
approx. 2.0675341931 m
I would much prefer if fend simply understood that nHz represents n/s (and of course si prefixes like kHz and MHz represent