Quote:
Originally Posted by Xenium
Me too.. F = SQUAREROOT(INVERSETAN(A/2))
@peterska2. The inverse of TAN is INVERSETAN not divide tan
Code:
A = 2(TAN(F*F))
A = 2(TAN(F^2))
A/2 = TAN(F^2)
INVERSETAN(A/2) = F^2
F = SQUAREROOT(INVERSETAN(a/2))
|
Didn't we already work that out? LOL just kidding
I wish our calculators were as easy to program with as PHP, it would have made math class so much easier...