/* ** -*- C -*- ** ** stanhs.c ** Made by Bruno JOFRET ** ** Started on Thu Dec 7 11:05:37 2006 jofret ** Last update Mon Jan 29 17:04:50 2007 jofret ** ** Copyright INRIA 2006 */ #include float stanhs(float x) { return (tanh(x)); }