double scalbnf( double _X, int _Y, ) { return (_scalbnf ??= _dylib.lookupFunction<_c_scalbnf, _dart_scalbnf>('scalbnf'))( _X, _Y, ); }