dietmar0609
Programmer
Hi are there any rexx compilers for free: zero $s
thx for your help ....
Dietmar
thx for your help ....
Dietmar
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C:\Users\Roman\Work>rexxc elapsed_time.rex fib_times
Open Object Rexx Tokenizer Version3.1.2
Build date: Apr 20 2007
Copyright (c) IBM Corporation 1995, 2004.
Copyright (c) RexxLA 2005-2007.
All Rights Reserved.
This program and the accompanying materials
are made available under the terms of the Common Public License v1.0
which accompanies this distribution.
[URL unfurl="true"]http://www.oorexx.org/license.html[/URL]
C:\Games>rexx fib_times
n | fibonacci | time (seconds)
-------------------------------
01 | 1 | 0
02 | 1 | 0
03 | 2 | 0
04 | 3 | 0
05 | 5 | 0
06 | 8 | 0
07 | 13 | 0
08 | 21 | 0
09 | 34 | 0
10 | 55 | 0
11 | 89 | 0
12 | 144 | 0
13 | 233 | 0
14 | 377 | 0
15 | 610 | 0
16 | 987 | 0
17 | 1597 | 0.016000
18 | 2584 | 0
19 | 4181 | 0.015000
20 | 6765 | 0.016000
21 | 10946 | 0.047000
22 | 17711 | 0.047000
23 | 28657 | 0.093000
24 | 46368 | 0.141000
25 | 75025 | 0.234000
26 | 121393 | 0.375000
27 | 196418 | 0.641000
28 | 317811 | 0.984000
29 | 514229 | 1.594000
30 | 832040 | 2.562000