Index
Combinatorial functions
initially known to ArtSGraph are given in the table. Left
column is the name of function in ArtSGraph, right column is the name of function in
common mathematical notation.
m, n are integers.
Function |
Value |
n! |
n!, factorial, product of natural numbers, from 1 up to n |
cnk(m,n) |
Ñ nk, binomial factor,![]() |
fact(m) |
Expansion of an integer on simple factors |
fact(m) returns the list of pairs: (prime factor, power).