Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

21.12 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)  .