double fmax( double _X, double _Y, ) { return (_fmax ??= _dylib.lookupFunction<_c_fmax, _dart_fmax>('fmax'))( _X, _Y, ); }