Mod#

inline float Mod(float x, float y)#

Computes the floating-point remainder of x/y.

Parameters:
  • x[in] Dividend

  • y[in] Divisor

Returns:

Floating-point remainder of x/y