Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equation
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01482715
Message ID:
01482722
Views:
84
This message has been marked as a message which has helped to the initial question of the thread.
>it works
>
>But how I will solve more complex equations as
>
> v + 1 =533.61*2**3
>? v
>
>Do I have to pass the 1 to other side ?
>
>It seems hard as the size of equation increases:
>
>v + 1 = (533.61*2**3) + v/2


VFP can't solve equations.
You must normalize them and then send them to VFP :-)
In other words you must have just one unknown value and that value must be on the left side of equation :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform