Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
19/03/2004 11:46:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/03/2004 11:01:21
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grid
Miscellaneous
Thread ID:
00887794
Message ID:
00887951
Views:
7
>hello
>
>I must have ajava script to download... maybe

I don't think so. For your other problem I found code I sent yesterday - not sure it's correct but what I understood from your sample :
a=0.1
b=1.1
For i= 1 To 5
	p=(a+b)/2
	If _myFunc(b)*_myFunc(a) < 0
		b=p
	Else
		a=p
	Endif
	? p
	If Abs(b-a) <= 0
		? p
		Exit
	Endif
Endfor
? 'outmessage'

Function _myFunc
Lparameters tnValue
* F(x)=(cos x -2x -0.5)   in [0.1,1.1]
Return ( Cos(m.tnValue) - 2*m.tnValue  - 0.5 )
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform