Re: nan

Top Page

Reply to this message
Author: Michel VACHER
Date:  
To: Patrick Dupre
CC: Linux38
Subject: Re: nan
Bonjour,
pour le compilateur gcc, dans math.h il y a les fonctions isnan(), isinf()
et finite()

sinon on peut utiliser
#define isNaN(x) ((x) != (x))

Cordialement,
Michel Vacher

-----------------------------------------------------------------------
    Michel VACHER
    Laboratoire CLIPS IMAG
    220 rue de la chimie - Bureau C110
    BP 53  -  38 041 Grenoble Cedex 9  -  France


URL labo  : http://www-clips.imag.fr/
    perso : http://www-clips.imag.fr/geod/User/michel.vacher/


Mél. :    michel.vacher@???      |  tél: 0033 (0)4 76 63 57 95
                               |  fax: 0033 (0)4 76 63 55 52
------------------------------------------------------------------------


On Mon, 3 Apr 2006, Patrick Dupre wrote:

> Date: Mon, 3 Apr 2006 12:43:36 -0400 (EDT)
> From: Patrick Dupre <pdupre@???>
> To: Linux38 <guilde@???>
> Subject: nan
>
> Bonjour,
>
> J'ai un sous-programme c qui parfois atteint une valeur trop grande, cad : nan,
> Comment es-ce que je peux tester ce debordement ?
> Merci.
>
> --
> ---
> ==============================================================================
>   Patrick DUPRE                 |   |
>   Department of Chemistry       |   |  Phone: (614) 292-8406
>   Ohio State University         |   |  Fax:  (614) 292-1948
>   120 West 18th Avenue          |   |
>   Columbus, OH 43210-1173       |   |  email: pdupre@???
> ==============================================================================

>