~ubuntu-branches/ubuntu/maverick/bc/maverick

« back to all changes in this revision

Viewing changes to Test/sqrt.b

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2002-04-13 11:33:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020413113349-hl2r1t730b91ov68
Tags: upstream-1.06
ImportĀ upstreamĀ versionĀ 1.06

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
scale = 5
 
2
for (a=1; a<500; a++) r=sqrt(a)
 
3
r
 
4
scale = 10
 
5
for (a=1; a<500; a++) r=sqrt(a)
 
6
r
 
7
scale = 25
 
8
for (a=1; a<500; a++) r=sqrt(a)
 
9
r
 
10
scale = 40
 
11
for (a=1; a<500; a++) r=sqrt(a)
 
12
r
 
13
quit