NA_biginteger_ and NA_bigfloat_ support missing values.

bigpi is a higher precision version of pi.

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_
#> <biginteger[1]>
#> [1] <NA>

NA_bigfloat_
#> <bigfloat[1]>
#> [1] <NA>

# default options limit displayed precision
bigpi
#> <bigfloat[1]>
#> [1] 3.141593

# display full precision
format(bigpi, sigfig = 50, notation = "dec")
#> [1] "3.1415926535897932384626433832795028841971693993751"