remainderf function

double remainderf(
  1. double x,
  2. double y
)

Implementation

double remainderf(double x, double y) => remainder(x, y);