double sqrtf( double _X, ) { return (_sqrtf ??= _dylib.lookupFunction<_c_sqrtf, _dart_sqrtf>('sqrtf'))( _X, ); }