C fprintf program outputing -1.#J instead of real numbers
Posted
by bubba
on Stack Overflow
See other posts from Stack Overflow
or by bubba
Published on 2010-05-27T17:26:59Z
Indexed on
2010/05/27
17:31 UTC
Read the original article
Hit count: 187
Filed under:
c
Statement in program: fprintf(OutBasalArea,"\t %12.2lf",SpecBasalArea[ks]);
Getting -1.#J
Why and what change do I need to make to program statement?
© Stack Overflow or respective owner