aboutsummaryrefslogtreecommitdiffstats
path: root/src/libnml/posemath/sincos.h
blob: 86fb61a090d6136ef4a13ca27483866360f9f237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/********************************************************************
* Description: sincos.h
*   support for native sincos functions
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*    
* Copyright (c) 2004 All rights reserved.
*
* Last change: 
********************************************************************/
#ifndef SINCOS_H
#define SINCOS_H

extern void pm_sincos(double x, double *sx, double *cx);

#endif /* #ifndef SINCOS_H */
bues.ch cgit interface