circumference: Compute circle circumference

View source: R/lin-algebra.R

circumferenceR Documentation

Compute circle circumference

Description

Computes the circumference of a circle based on it' radius.

Usage

circumference(radius, d = Inf)

Arguments

radius

Numeric vector. The radius/radii.

d

Number of digits to which the output values are rounded.

Value

Numeric vector of the same length.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.