Searched defs:csc (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_share.c | 235 syslog(LOG_INFO, "csc option conflict: 0x%08x", 289 char *csc; local 383 if ((csc = smb_share_csc_name(si)) != NULL) 384 rc |= sa_share_set_prop(props, SHOPT_CSC, csc);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 50 csc cosec sec cot cotan 891 # csc 893 # Computes the cosecant csc(z) = 1 / sin(z). 895 sub csc { subroutine 898 _divbyzero "csc($z)", "sin($z)" if ($sz == 0); 905 # Alias for csc(). 907 sub cosec { Math::Complex::csc(@_) } 1678 csc(z) = 1 / sin(z) 1706 I<arg>, I<abs>, I<log>, I<csc>, I<cot>, I<acsc>, I<acot>, I<csch>, 1879 tan sec csc co [all...] |
Completed in 23 milliseconds