Re: simple float/double question
Re: simple float/double question
- Subject: Re: simple float/double question
- From: Greg Titus <email@hidden>
- Date: Fri, 30 May 2003 15:31:51 -0700
On Friday, May 30, 2003, at 07:54 am, Lloyd Dupont wrote:
how to test if a float/double is a number or not ?
I mean acos(2) for example return NaN, how to know programatically
it's NaN ?
With the isnan() (is not-a-number) and isinf() (is infinity) functions.
- Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.