Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mathematic problem
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01452708
Message ID:
01452773
Views:
52
>
>LOCAL nFinalValue,;
>nvalue
>
>nValue = 10
>
>
>  m.nFinalValue = 1 + (( 150 - m.nValue ) * 2.71 )  &&& gives 380.4
>
>*-- Now i must Find nvalue 
>nValue = ? ( to find 10 )
>
>
>
>Thank in advance
>
>
>bernhart

You need to apply the same operations in reverse order, though you may run into rounding problems.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform