How can I introduce a small number with a lot of significant figures into a C program?
Posted
by Lana
on Stack Overflow
See other posts from Stack Overflow
or by Lana
Published on 2010-03-16T21:23:31Z
Indexed on
2010/03/16
21:31 UTC
Read the original article
Hit count: 136
c
I'm not particularly knowledgable about programming and I'm trying to figure out how to get a precise value calculated in a C program. I need a constant to the power of negative 7, with 5 significant figures. Any suggestions (keeping in mind I know very little, have never programmed in anything but c and only during required courses that I took years ago at school)?
Thanks!
© Stack Overflow or respective owner