problems with exponent equation
-
I have a problem with the following equation.
(C / P)^p * 10^6 / 60 * n
C = fieldname 10
upper-case P = fieldname 11
lower-case p = fieldname 5
n = fieldname 12this is the written code:
pow(fieldname10/fieldname11,fieldname5) * pow(10, 6)/60*fieldname12
The result shoud be 806,89 but the result of cff is 453874719.45563513 what is wrong here?
Thanks in advance!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘problems with exponent equation’ is closed to new replies.