Searched refs:cosh (Results 51 - 68 of 68) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dbigfloat.tcl2270 proc ::math::bigfloat::cosh {x} {
2271 # cosh(x) = (exp(x)+exp(-x))/2
2291 # tanh(x)=sinh(x)/cosh(x)= (exp(x)-exp(-x))/2/ [(exp(x)+exp(-x))/2]
2306 cosh sinh tanh abs opp
H A Dbigfloat2.tcl2175 proc ::math::bigfloat::cosh {x} {
2176 # cosh(x) = (exp(x)+exp(-x))/2
2196 # tanh(x)=sinh(x)/cosh(x)= (exp(x)-exp(-x))/2/ [(exp(x)+exp(-x))/2]
2211 cosh sinh tanh abs opp
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1034 "chr" "coalesce" "compose" "concat" "convert" "corr" "cos" "cosh"
1389 "abs" "acos" "asin" "atan" "atan2" "avg" "ceil" "cos" "cosh" "divtime"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daml.vim27 syn keyword amlArcCmd contained cartw[rite] cartwrite cei[l] cel[lvalue] cen[troidlabels] cgm cgme[scape] cha[nge] checkin checkinrel checkout checkoutrel chm[od] chown chownt[ransaction] chowntran chowntransaction ci ci[rcle] cir class classp[rob] classs[ig] classsample clean clear clears[elect] clip clipg[raphextent] clipm[apextent] clo[sedatabase] cntvrt co cod[efind] cog[oinverse] cogocom cogoenv cogomenu coll[ocate] color color2b[lue] color2g[reen] color2h[ue] color2r[ed] color2s[at] color2v[al] colorchart coloredit colorh[cbs] colorhcbs colu[mns] comb[ine] comm[ands] commands con connect connectu[ser] cons[ist] conto[ur] contr[olpoints] convertd[oc] convertdoc converti[mage] convertla[yer] convertli[brary] convertr[emap] convertw[orkspace] coo[rdinate] coordinate coordinates copy copyf[eatures] copyi[nfo] copyl[ayer] copyo copyo[ut] copyout copys[tack] copyw[orkspace] copyworkspace cor corr[idor] correlation cos cosh costa[llocation] costb[acklink] costd[istance] costp[ath] cou[ntvertices]
H A Dfortran.vim163 syn keyword fortran77Intrinsic abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh
H A Dmaple.vim237 syn keyword mvLibrary Eval Randprime cosh icontent pclose sscanf
H A Dlisp.vim279 syn keyword lispFunc cosh mask-field structure-object
H A Dperl6.vim231 \ "asin atan sec cosec cotan asec acosec acotan sinh cosh tanh asinh",
H A Dphp.vim194 syn keyword phpFunctions abs acos acosh asin asinh atan2 atan atanh base_convert bindec ceil cos cosh decbin dechex decoct deg2rad exp expm1 floor fmod getrandmax hexdec hypot is_finite is_infinite is_nan lcg_value log10 log1p log max min mt_getrandmax mt_rand mt_srand octdec pi pow rad2deg rand round sin sinh sqrt srand tan tanh contained
H A Dvim.vim73 syn keyword vimFuncName contained abs append argv atan2 bufexists bufname byte2line ceil cindent complete confirm cosh cursor did_filetype empty eventhandler exp extend filewritable findfile fmod foldclosed foldtext function getbufline getcharmod getcmdtype getfperm getftype getmatches getqflist gettabvar getwinposy globpath haslocaldir histdel hlexists iconv input inputrestore insert items len line localtime map match matchdelete matchstr min mode nextnonblank pathshorten prevnonblank pumvisible readfile reltimestr remote_foreground remote_read remove repeat reverse search searchpair searchpos serverlist setcmdpos setloclist setpos setreg settabwinvar shellescape sin sort spellbadword split str2float strchars strftime string strpart strtrans submatch synconcealed synIDattr synstack tabpagebuflist tabpagewinnr taglist tanh tolower tr type undotree virtcol winbufnr winheight winnr winrestview winwidth
H A Dbaan.vim1168 syn keyword baanBshell cosh
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1707 AddOpt(LibFunc::cosh, LibFunc::coshf, &UnsafeUnaryDoubleFP);
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c1433 if (SWIG_GetArgs(interp, objc, objv,"d:cosh double ",&arg1) == TCL_ERROR) SWIG_fail;
1434 result = (double)cosh(arg1);
2094 { SWIG_prefix "cosh", (swig_wrapper_func) _wrap_cosh, NULL},
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclBasic.c233 { "cosh", ExprUnaryFunc, (ClientData) cosh },
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c437 {"cosh", 1, {TCL_DOUBLE}, ExprUnaryFunc, (ClientData) cosh},
/macosx-10.9.5/vim-53/src/
H A Deval.c7692 {"cosh", 1, 1, f_cosh},
9335 * "cosh()" function
9346 rettv->vval.v_float = cosh(f);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1238 \ 'cosh(': 'float arg | float',
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure15751 getsid setsid telldir seekdir fchmod cosh sinh tanh log2 round llabs\

Completed in 507 milliseconds

123