summaryrefslogtreecommitdiff
path: root/src/test/test.h
blob: 0b4b7a46b0907a9b6813ce869e5cffbcd3d3b49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
**  -*- 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();