Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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