Returns only the fractional part of a real number.
(std-fraction 5.5) => 0.5 (std-fraction -12.03) => 0.03
num: Any number, if integer or real.
Always a real number.
None.
(std-require 'STDMATH)
Defined in STDMATH