Luis Zarrabeitia schrieb:
1
>
That 0^0 should be a nan or exception, I guess, but not 1.
No, that's correct for floats. Read the wikipedia article or the C99
standard for more information.
Christian
>>>0**0
>
That 0^0 should be a nan or exception, I guess, but not 1.
standard for more information.
Christian