Release calc version 2.11.0t10

This commit is contained in:
Landon Curt Noll
1999-11-11 05:15:39 -08:00
parent 86c8e6dcf1
commit 96c34adee3
283 changed files with 2380 additions and 3032 deletions

View File

@@ -38,7 +38,7 @@ Four argument case:
For non-file a, the search is for a[[i]] == b, except that if
the function accept() as been defined, it is for i such that
accept(a[[i]], b) tests as nonzero. Since the addresses (rather than
accept(a[[i]], b) tests as nonzero. Since the addresses (rather than
values) of a[[i]] and b are passed to accept(), the values of one or
both of a[[i]] and b may be changed during a call to rsearch().