mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.10.3t5.45
This commit is contained in:
@@ -5,10 +5,10 @@ SYNOPSIS
|
||||
comb(x, y)
|
||||
|
||||
TYPES
|
||||
x int
|
||||
y int
|
||||
x integer
|
||||
y integer
|
||||
|
||||
return int
|
||||
return integer
|
||||
|
||||
DESCRIPTION
|
||||
Return the combinatorial number C(x,y) which is defined as:
|
||||
@@ -33,7 +33,7 @@ LIMITS
|
||||
x-y < 2^24
|
||||
|
||||
LIBRARY
|
||||
void zcomb(NUMBER x, y, *ret)
|
||||
void zcomb(ZVALUE x, ZVALUE y, ZVALUE *res)
|
||||
|
||||
SEE ALSO
|
||||
fact, perm
|
||||
|
Reference in New Issue
Block a user