binom_expansion: Compute the binomial expansion (x + y)^n

View source: R/numericFunctions.R

binom_expansionR Documentation

Compute the binomial expansion (x + y)^n

Description

Compute the binomial expansion (x + y)^n

Usage

binom_expansion(x, y, n)

Arguments

x

A real number

y

A real number

n

integer-valued exponent

Author(s)

Steve Gutreuter


sgutreuter/SGmisc documentation built on Aug. 25, 2024, 7:21 p.m.