Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

8.9 sfmod - Remainder mod(x,y)

#include <msca.h>

double sfmod (double x, double y);
float  sfmodf(float x, float y);

Given values x and y this function computes the remainder mod(x,y)  .