Recovered from cvs revision 2007-04-30 05:47:00
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
{
|
||||
i = 1;
|
||||
while (i <= $3) {
|
||||
printf ("\t%.2f\n", $1*(1+$2)**i);
|
||||
i = i + 1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user