summaryrefslogtreecommitdiffstats
path: root/src/app/DiskUsage/radialMap/sincos.h
blob: 5e66e546d35d226093e8204eaa3b182a2f2fd89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Author:    Max Howell <max.howell@methylblue.com>, (C) 2003-4
//Copyright: See COPYING file that comes with this distribution

#ifndef SINCOS_H
#define SINCOS_H

#include <math.h>
#if 0
#if __GLIBC__ < 2 ||  __GLIBC__ == 2 && __GLIBC_MINOR__ < 1
   
   void
   sincos( double angleRadians, double *Sin, double *Cos );

#endif

#endif
#endif