/******************************************************************** * 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 */