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

23.4 sremainder - Remainder

#include <msca.h> 
 
double sremainder (double x, double y); 
float  sremainderf(float x, float y);

Given values x and y this function computes the remainder of dividing x by y and returns the result.