> One thing leading to another, I am currently centralizing constants, and
> found that enums can hold doubles (which is quite nice), but I have no
> way of defining NaN or Inf as a constant, is there such a way?
> 
> Or is there a way to evaluate constant functions at compile time (eep)?

NaN(2) and Inf(2) are not constant functions.  the result depends on the
settings of the fcr (getfcr(2)).

- erik

Reply via email to