![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi guys,
can you tell me what gives the invalid parenthensis with this formula?: Quote:
__________________
Regards, Christian >> My PPC Hardware << There are 10 kinds of people: Those who understand binary, and those who don't.
![]() |
|
||||
|
I suppose the exp(x) means e at the power of x.
Exp is NOT a keyword in B4PPC. You must replace it with: cE^(x) this works. In the IDE Keywords are dispayed in blue, exp is in black so not a keyword. Best regards
__________________
Klaus Switzerland |
|
||||
|
uppsss...
I thought replaced all exp's, but i forgot some as you see. (it used to be an excel formula) Thanks for the lead! I've corrected it to this: (234.67*0.434292289*Ln(6.1*cE^(7.45*temp.Value)/(234.67+temp.Value)* 2.3025851)* lf.Value/100/6.1))/(7.45-0.434292289*Ln(6.1*(cE^(7.45* temp.Value)/(234.67+temp.Value)*2.3025851)*lf.Value/100/6.1)) but it still gives me the same error ![]()
__________________
Regards, Christian >> My PPC Hardware << There are 10 kinds of people: Those who understand binary, and those who don't.
![]() |
|
||||
|
hi, i finally made it:
I've eased and split up the formula to this: SDD=6.1078*10^((a*temp.Value)/(b+temp.Value)) DD=lf.Value/100*SDD v=Log(DD/6.1078) TD=b*v/(a-v) (TD is the result) now it works! BTW: this formula calculates the 'dew point' from the given temperature and rel. humidity
__________________
Regards, Christian >> My PPC Hardware << There are 10 kinds of people: Those who understand binary, and those who don't.
![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trignomic Cycle formula | Cableguy | Chit Chat | 3 | 08-16-2008 05:13 PM |
| "OutlookDesktop in invalid" | Berurier | Questions & Help Needed | 4 | 11-05-2007 09:43 AM |
| SQLDesktop.dll invalid | magi6162 | Questions & Help Needed | 2 | 05-19-2007 04:00 PM |
| Format of file "SQLDesktop.dll" is invalid. | Peter | Bug Reports | 2 | 05-03-2007 11:58 AM |