fminl function

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

Implementation

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