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
Post a Comment