latest version v1.9 - last update 10 Apr 2010 |
Contains platform and/or compiler specific implementations of sincos, sincosf, and sincosl - always appending _impl to the name. More...
#include "ltiTypes.h"
#include "ltiMacroSymbols.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | lti |
Functions | |
void | lti::sincos_impl (double angle, double &sval, double &cval) |
void | lti::sincosf_impl (float angle, float &sval, float &cval) |
Contains platform and/or compiler specific implementations of sincos, sincosf, and sincosl - always appending _impl to the name.
Don't use this file directly but include ltiMath.h instead which provides a template functions sincos()