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