/*
** -*- C -*-
**
** test.h
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Fri Dec 8 15:00:40 2006 jofret
** Last update Fri Dec 8 15:04:17 2006 jofret
**
** Copyright INRIA 2006
*/
/*
** \brief Cosine Test
*/
int testCos();
/*
** \brief Sine Test
*/
int testSin();