klyn.math.Math.fmod
method
public static fmod<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE, divisor as FLOAT_TYPE) as FLOAT_TYPE:
Description
Returns the floating-point remainder of the division.
import klyn.math

print(Math.fmod(7.5, 2.0))