PDA

Click to See Complete Forum and Search --> : [RESOLVED]Exp function


levent
Dec 1st, 2007, 04:26 AM
Hi;
I'm using Exp fuction to calculate e^(Pi*Tan(fi*Pi)) like below

c=Exp(Pi*Tan(fi*Pi))

but there is problem on result. Where is my mistake is it wrong functions or i'm using function wrong.
thanks

Matt_T_hat
Dec 2nd, 2007, 07:28 AM
Don't leave us hanging what was the answer?

opus
Dec 3rd, 2007, 02:46 PM
If you are using VB to solve this, don't forget that all trig-functions run on radians not degrees!
I'd bet that this is your problem!