Release calc version 2.10.2t30

This commit is contained in:
Landon Curt Noll
1996-07-06 04:17:00 -07:00
commit 4618313a82
388 changed files with 85904 additions and 0 deletions

26
help/isident Normal file
View File

@@ -0,0 +1,26 @@
NAME
isident - returns 1 if matrix is an identity matrix
SYNOPSIS
isident(m)
TYPES
m mat
return int
DESCRIPTION
This function returns 1 if m is an identity matrix, 0 otherwise.
EXAMPLE
XXX - fill in
LIMITS
m must be a 2 dimensional matrix
LIBRARY
none
SEE ALSO
isassoc, isfile, isint, islist, ismat, isnull, isnum, isobj,
isreal, isstr, issimple, istype