/* ** -*- C -*- ** ** datans.c ** Made by Bruno JOFRET ** ** Started on Thu Dec 7 12:02:41 2006 jofret ** Last update Thu Sep 6 11:53:57 2007 bruno ** ** Copyright INRIA 2006 */ #include #include "atan.h" double datans(double x) { return (atan(x)); }