home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 11
/
pcopen11.iso
/
Zipped
/
SM34A.ZIP
/
LIBRARY
/
CSCH.LI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-16
|
156 b
|
7 lines
csch(0) := discont
csch(zero) := inf
csch(-zero) := -inf
csch(inf) := 0
csch(-inf) := 0
csch(x_) := if( isnumber(x) and numeric==on, 2/(e^x-e^-x) )