binomial

Type: External

Group: polynomial

Syntax

answer = binomial(value)

Description

Calculates the binomial coefficients of (x+y)^value.

Examples

binomial(3) = [1, 3, 3, 1]
binomial(4) = [1, 4, 6, 4, 1]

See Also

poly, roots