Re: isnan function

Rene Brun (Rene.Brun@cern.ch)
Wed, 27 May 1998 12:01:36 +0200


Carlos Lacasta wrote:
>
> Hello,
>
> Is it possible to access the isnan function of somthing similar within
> an interactive session of root ?
>
>

All the ANSI functions in <ctype.h> are available in a Root session.
You must include ctype.h.
Apparently isnam is not a standard function.

Rene Brun