/****************************************************************************/ /* (C) Copyright 1993 Universidade Estadual de Campinas (UNICAMP) */ /* Campinas, SP, Brazil */ /* */ /* This file can be freely distributed, modified, and used for any */ /* non-commercial purpose, provided that this copyright and authorship */ /* notice be included in any copy or derived version of this file. */ /* */ /* DISCLAIMER: This software is offered ``as is'', without any guarantee */ /* as to fitness for any particular purpose. Neither the copyright */ /* holder nor the authors or their employers can be held responsible for */ /* any damages that may result from its use. */ /****************************************************************************/ /* Preamble for graph test of IA and AA */ #include #include #include #include #include "aagraph.h" #include #include /*** INTERNAL PROTOTYPES ***/ int main(void); Float aat_g_flt (Float x); Interval aat_g_ia (Interval x); AAP aat_g_aa (AAP x); extern char *aat_gname; extern char *aat_gtag; extern Interval aat_gxd, aat_gyd;