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