bignum-constants {bignum}R Documentation

Constants

Description

NA_biginteger_ and NA_bigfloat_ support missing values.

bigpi is a higher precision version of pi.

Usage

NA_biginteger_

NA_bigfloat_

bigpi

Value

A biginteger or bigfloat vector of length 1.

See Also

NA and pi are the base constants.

Examples

NA_biginteger_

NA_bigfloat_

# default options limit displayed precision
bigpi

# display full precision
format(bigpi, sigfig = 50, notation = "dec")

[Package bignum version 0.3.2 Index]