Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/Jensens-Device/FutureBasic/jensens-device.basic
Normal file
10
Task/Jensens-Device/FutureBasic/jensens-device.basic
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
local fn JensensDevice( lo as long, hi as long ) as double
|
||||
double i, temp = 0.0
|
||||
for i = lo to hi
|
||||
temp = temp + (1/i)
|
||||
next
|
||||
end fn = temp
|
||||
|
||||
print fn JensensDevice( 1, 100 )
|
||||
|
||||
HandleEvents
|
||||
Loading…
Add table
Add a link
Reference in a new issue