double atan2f( double _Y, double _X, ) { return (_atan2f ??= _dylib.lookupFunction<_c_atan2f, _dart_atan2f>('atan2f'))( _Y, _X, ); }