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

10.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.