ROOT  6.06/09
Reference Guide
Public Types | List of all members
exponentToDivisor< e, center > Struct Template Reference

template<int e, int center>
struct exponentToDivisor< e, center >

Definition at line 264 of file macros.h.

Public Types

enum  Values__ { X = exponentToDivisor<e + 1, center>::X * ((center - e < 31) ? 2 : 1), Value = (X == 0 ? 1 : X) }
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/common/macros.h>

Member Enumeration Documentation

template<int e, int center>
enum exponentToDivisor::Values__
Enumerator
Value 

Definition at line 264 of file macros.h.


The documentation for this struct was generated from the following file: