Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
sincosf.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef CXXUTILS_SINCOSF_H
17 #define CXXUTILS_SINCOSF_H
18 
19 #ifdef __APPLE__
20 void sincosf(float x, float* sn, float* cs);
21 #endif
22 
23 #endif // not CXXUTILS_SINCOSF_H
x
#define x