nanf method

double nanf(
  1. Pointer<Char> _X
)

Implementation

double nanf(
  ffi.Pointer<ffi.Char> _X,
) {
  return _nanf(
    _X,
  );
}