fminf function

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

Implementation

double fminf(double x, double y) => fmin(x, y);