#include "csch.h" #include float scschs(float in) { float out; out=1/sinh(in); return out; }