Searched refs:cosh (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Djobs.h40 struct cosh struct
42 struct cosh *next;
49 extern pid_t sh_copid(struct cosh*);
121 struct cosh *colist; /* coshell job list */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t33 } # cos(), sin(), cosh(), sinh(). The division
602 |'cos(z)':'cosh(i*z)'
603 |'subsq(cosh(z), sinh(z))':1
629 |'cosh(acosh(z))':'z'
637 |'sech(z)':'1 / cosh(z)'
644 |'acosh(cosh(z)) ** 2':'z * z'
859 &cosh
868 &cosh
H A DComplex.pm53 sinh cosh tanh
1046 # cosh
1048 # Computes the hyperbolic cosine cosh(z) = (exp(z) + exp(-z))/2.
1050 sub cosh { subroutine
1089 # Computes the hyperbolic tangent tanh(z) = sinh(z) / cosh(z).
1093 my $cz = cosh($z);
1094 _divbyzero "tanh($z)", "cosh($z)" if ($cz == 0);
1101 # Computes the hyperbolic secant sech(z) = 1 / cosh(z).
1105 my $cz = cosh($z);
1106 _divbyzero "sech($z)", "cosh(
[all...]
H A DTrig.pm210 B<sinh>, B<cosh>, B<tanh>
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c241 pid_t sh_copid(struct cosh *csp)
252 struct cosh *csp;
268 struct cosh *csp;
277 for(csp=(struct cosh*)job.colist;csp;csp=csp->next)
373 struct cosh *csp;
374 csp = (struct cosh*)(cjp->coshell->data);
1342 pw->p_cojob = ((struct cosh*)shp->coshell)->cojob;
H A Dxec.c716 struct cosh *csp = job.colist;
744 csp = newof(0,struct cosh,1,strlen(name)+1);
777 struct cosh *csp = ((struct cosh*)shp->coshell);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm805 math_h => [qw(HUGE_VAL acos asin atan ceil cosh fabs floor fmod
H A DPOSIX.xs1167 cosh(x)

Completed in 52 milliseconds