Searched refs:asinh (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i27 double asinh(double);
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dasinh.c39 static char sccsid[] = "@(#)asinh.c 8.1 (Berkeley) 6/4/93";
57 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
59 * asinh(x) := x if 1+x*x=1,
64 * asinh(x) returns the exact inverse hyperbolic sine of x nearly rounded.
87 extern double asinh(x) function
/macosx-10.10/ruby-106/ruby/lib/
H A Dcmath.rb42 alias asinh! asinh
300 def asinh(z) method in class:CMath
303 asinh!(z)
376 module_function :asinh!
377 module_function :asinh
/macosx-10.10/ruby-106/ruby/missing/
H A Dacosh.c8 public domain rewrite of acosh(3), asinh(3) and atanh(3)
52 asinh(double x) function
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h44 using std::tr1::asinh;
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dmissing.h71 RUBY_EXTERN double asinh(double);
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl40 {double asinh(double)}
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_math.rb111 check(0, Math.asinh(0))
112 check(1, Math.asinh((Math::E ** 1 - Math::E ** -1) / 2))
113 check(2, Math.asinh((Math::E ** 2 - Math::E ** -2) / 2))
H A Dtest_complex.rb1129 c = Math.asinh(Complex(1, 2))
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm184 =item asinh
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test95 {double asinh(double)}
/macosx-10.10/vim-55/runtime/syntax/
H A Dampl.vim81 syn keyword amplBuiltInFunction asinh atan atan2 atanh ceil
H A Dpov.vim67 syn keyword povFunctions abs acos acosh asc asin asinh atan atan2 atanh ceil cos cosh defined degrees dimensions dimension_size div exp file_exists floor int internal ln log max min mod pow radians rand seed select sin sinh sqrt strcmp strlen tan tanh val vdot vlength vstr vturbulence
70 syn keyword povJuliaFunctions acosh asinh atan cosh cube pwr reciprocal sinh sqr tanh
H A Dverilogams.vim30 syn keyword verilogamsStatement asinh assign atan atan2 atanh
H A Dgnuplot.vim66 syn keyword gnuplotFunc abs acos acosh arg asin asinh atan atanh atan2
H A Dnastran.vim79 syn keyword nastranDmapImplicit abs acos acosh andl asin asinh atan atan2
H A Dxmath.vim75 syn keyword xmathFunc asinh fslqgcomp lqgcomp reflect
H A Dmaxima.vim41 syn keyword maximaFunc arrayinfo arraymake arrays asec asech asin asinh askexp
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h68 /// double asinh(double x);
69 asinh, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp50 "asinh",
248 TLI.setUnavailable(LibFunc::asinh);
/macosx-10.10/ruby-106/ruby/
H A Dmath.c270 * Math.asinh(x) -> float
279 return DBL2NUM(asinh(RFLOAT_VALUE(x)));
809 rb_define_module_function(rb_mMath, "asinh", math_asinh, 1);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c133 NUMMATHFUNC("asinh", math_func, 1, 1, MF_ASINH),
276 retd = asinh(argd);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp102 putDirectNativeFunctionWithoutTransition(vm, globalObject, Identifier(&vm, "asinh"), 1, mathProtoFuncASinh, NoIntrinsic, DontEnum | Function);
337 return JSValue::encode(jsDoubleNumber(asinh(exec->argument(0).toNumber(exec))));
/macosx-10.10/emacs-93/emacs/src/
H A Dfloatfns.c27 Define HAVE_INVERSE_HYPERBOLIC if you have acosh, asinh, and atanh.
590 DEFUN ("asinh", Fasinh, Sasinh, 1, 1, 0,
597 IN_FLOAT (d = asinh (d), "asinh", arg);
599 IN_FLOAT (d = log (d + sqrt (d*d + 1.0)), "asinh", arg);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-lang.el121 ( asinh . calcFunc-arcsinh )
246 ( asinh . calcFunc-arcsinh )

Completed in 343 milliseconds

12