double (IIRC)

  except of few functions like abs/labs/llabs (they take int/long arg
and return int/long  so I guess they are using int/long). there might be
few others functions that use integer numbers. but all floating point
functions use double (internally). AFAIK

        erik

Juhana Sadeharju wrote:
> 
> >From:  Kai Vehmanen <[EMAIL PROTECTED]>
> >
> >Hmm, here's my thoughts in a nutshell:
> >
> >       - converting from format to another format is expensive
> 
> So what? Sometimes you need to do it outside the plug-in but also you
> need to do it inside the plug-in if extra computation accuracy is needed.
> 
> BTW, Does math library default to double? To float?
> 
> juhana

Reply via email to