double tanhf( double _X, ) { return (_tanhf ??= _dylib.lookupFunction<_c_tanhf, _dart_tanhf>('tanhf'))( _X, ); }