mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.4.10
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
##
|
||||
## @(#) $Revision: 30.1 $
|
||||
## @(#) $Id: errorcodes.sed,v 30.1 2007/03/16 11:10:42 chongo Exp $
|
||||
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/errorcodes.sed,v $
|
||||
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/errorcodes.sed,v $
|
||||
##
|
||||
## Under source code control: 1995/12/18 03:19:11
|
||||
## File existed as early as: 1995
|
||||
|
@@ -1,5 +1,5 @@
|
||||
NAME
|
||||
fpathopen - open an absolute filename, or a relative filename along a search path
|
||||
fpathopen - open an absolute or relative filename along a search path
|
||||
|
||||
SYNOPSIS
|
||||
fpathopen(filename, mode [,searchpath])
|
||||
@@ -165,7 +165,8 @@ EXAMPLE
|
||||
FILE 7 "/home/chongo/tmp/output" (writing, pos 0)
|
||||
|
||||
; badfile = fpathopen("no_such_file", "r")
|
||||
; if (!isfile(badfile)) print "error #" errno(badfile) : ":" : strerror(badfile);
|
||||
; if (!isfile(badfile)) print "error #" errno(badfile) : \
|
||||
":" : strerror(badfile);
|
||||
error #2: No such file or directory
|
||||
|
||||
LIMITS
|
||||
@@ -195,9 +196,9 @@ SEE ALSO
|
||||
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
##
|
||||
## @(#) $Revision: 30.1 $
|
||||
## @(#) $Id: fpathopen,v 30.1 2007/03/16 11:10:42 chongo Exp $
|
||||
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fpathopen,v $
|
||||
## @(#) $Revision: 30.2 $
|
||||
## @(#) $Id: fpathopen,v 30.2 2013/08/11 08:41:38 chongo Exp $
|
||||
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/fpathopen,v $
|
||||
##
|
||||
## Under source code control: 2006/05/07 23:56:04
|
||||
## File existed as early as: 2006
|
||||
|
@@ -134,7 +134,8 @@ Using objects
|
||||
|
||||
xx_print 1 print value, default prints elements
|
||||
xx_one 1 multiplicative identity, default is 1
|
||||
xx_test 1 logical test (false,true => 0,1), default tests elements
|
||||
xx_test 1 logical test (false,true => 0,1),
|
||||
default tests elements
|
||||
xx_add 2
|
||||
xx_sub 2
|
||||
xx_neg 1 negative
|
||||
@@ -144,9 +145,11 @@ Using objects
|
||||
xx_abs 2 absolute value within given error
|
||||
xx_norm 1 square of absolute value
|
||||
xx_conj 1 conjugate
|
||||
xx_pow 2 integer power, default does multiply, square, inverse
|
||||
xx_pow 2 integer power, default does multiply,
|
||||
square, inverse
|
||||
xx_sgn 1 sign of value (-1, 0, 1)
|
||||
xx_cmp 2 equality (equal,nonequal => 0,1), default tests elements
|
||||
xx_cmp 2 equality (equal,nonequal => 0,1),
|
||||
default tests elements
|
||||
xx_rel 2 relative order, positive for >, etc.
|
||||
xx_quo 3 integer quotient
|
||||
xx_mod 3 remainder of division
|
||||
@@ -209,9 +212,9 @@ Using objects
|
||||
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
##
|
||||
## @(#) $Revision: 30.3 $
|
||||
## @(#) $Id: obj.file,v 30.3 2010/09/02 06:36:21 chongo Exp $
|
||||
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/obj.file,v $
|
||||
## @(#) $Revision: 30.4 $
|
||||
## @(#) $Id: obj.file,v 30.4 2013/08/11 08:41:38 chongo Exp $
|
||||
## @(#) $Source: /usr/local/src/bin/calc/help/RCS/obj.file,v $
|
||||
##
|
||||
## Under source code control: 1991/07/21 04:37:22
|
||||
## File existed as early as: 1991
|
||||
|
Reference in New Issue
Block a user