home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
basic
/
compiler
/
ubasic
/
malm
/
tau.ub
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-22
|
233 b
|
8 lines
10 *Tau(&M(),K,&Ta)
20 ' Modeled on the Pascal version. M() is an input parameter.
30 ' 8 May 1990
50 local I
60 Ta=1
70 for I=1 to K:Ta=Ta*(M(I)+1):next I
80 return ' End of subroutine Tau.