java code for this formula ( Android App) -


i want convert formula java code eclipse. formula is:

n = - ln[r - (0.008 * t)] + [4 -(3.5 * r)] * k 

the non-trivial part of conversion natural log, "ln". see math.log.

the rest matter of replacing [] (), keeping nesting.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -