An example is shown here:
Any tutorials/books on how to translate?
|
An example is shown here: Any tutorials/books on how to translate?
| |||
|
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
This is mostly just a matter of reading the formula and understanding what it says. There's some addition and subtraction, division, and exponentiation. Nothing complicated. For exponents, use the Math.exp() or Math.pow() method. | |||||||||
feedback
|
3.44 * 10, which is obvious. That's what I meant when I said it's not a smart question. The only part of the question that isn't obvious is how to raise a number to a power, which is why I mentionedMath.exp()andMath.pow()in my answer. – Wyzard Jan 28 at 5:06