Searched defs:sech (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwnoutref.c53 short *bch, *ech, *sbch, *sech; local
115 sech = _virtscr->_lastch + yorg;
126 ++sech, ++wcp, ++scp) {
180 if (*sech < hi+xorg)
181 *sech = hi+xorg;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm54 csch cosech sech coth cotanh
1099 # sech
1101 # Computes the hyperbolic secant sech(z) = 1 / cosh(z).
1103 sub sech { subroutine
1106 _divbyzero "sech($z)", "cosh($z)" if ($cz == 0);
1695 sech(z) = 1 / cosh(z)
1881 tanh sech csch coth

Completed in 23 milliseconds