/** * Evaluates a rational function. * * @param x value at which to evaluate the rational function * @return evaluated rational function */ static {{dtype}} {{fname}}() { return 0.0{{dtype_suffix}} / 0.0{{dtype_suffix}}; // NaN }