- Jan 21, 2005
- 17,722
- 6
- 81
The output needs to look like this:
log(3.14) = 1.1447
log10(3.14) = 0.4971
same goes for the rest of the functions. the actual result of the calculations should have four digits to the right of the decimal point. i can't figure out how to do it with what i have.
log(3.14) = 1.1447
log10(3.14) = 0.4971
same goes for the rest of the functions. the actual result of the calculations should have four digits to the right of the decimal point. i can't figure out how to do it with what i have.