The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
IF
Code:
A = 2(TAN(F*F)) |
#2
|
|||
|
|||
![]()
so
A = 2(TAN(F Squared) A = Tan(F squared) + Tan (F squared) A/Tan = (f squared) + (f squared) A/Tan = 2(f squared) A/(2 Tan) = F squared square root (A/(2 tan)) = F Could be wrong, coz it's a long while since I last did algebra though. |
#3
|
||||
|
||||
![]()
*Sigh* I feel so inadequate. :lick:
|
#4
|
||||
|
||||
![]()
F = squareroot(inversetan(a/2);
My work: Code:
a = 2tan(F*F); a/2 = tan(F*F); iTan(a/2) = F*F 2root(iTan(a/2)) = F; |
#5
|
||||
|
||||
![]()
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)) |
#6
|
|||
|
|||
![]()
I knew it was probably wrong, but it's a long while since I last did algebra.
|
#7
|
|||
|
|||
![]()
Thanks guys
![]() I was never too good at algebra... is inverse tangent the same as arc tangent? in other words, would: PHP Code:
|
#8
|
||||
|
||||
![]()
Yes. Arc tan is the inverse of tan for php.
But the return is in radians. So if you want it in degrees, you will need to use rad2deg. E.G. PHP Code:
|
#9
|
|||
|
|||
![]()
$A should be in degrees. $f should be a decimal
|
#10
|
|||
|
|||
![]()
just a fyi you cant divide normal trig fnct (sin, cos, tan) by both sides like normal you need to take the inverse (^-1) to do the equalitive property been awhile but thought i'd throw that in
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|