/* ** -*- C -*- ** ** satanhs.c ** Made by Bruno JOFRET ** ** Started on Thu Dec 7 11:05:37 2006 jofret ** Last update Thu Sep 6 15:10:17 2007 bruno ** ** Copyright INRIA 2006 */ #include #include "atanh.h" float satanhs(float x) { return (atanh(x)); }