numeric_limits: Give numeric limits of integer types

Description Usage Arguments Value Author(s) Examples

View source: R/int64.R

Description

Give numeric limits of integer types

Usage

1

Arguments

type

type. must be integer, int64 or uint64.

Value

A vector of two values of the appropriate type.

Author(s)

Romain Francois, sponsored by the Google Open Source Programs Office

Examples

1
2
3
numeric_limits( "integer" )
numeric_limits( "int64" )
numeric_limits( "uint64" )

Example output

[1] -2147483647  2147483647
[1] -9223372036854775807 9223372036854775807 
[1] 0                    18446744073709551614

int64 documentation built on May 2, 2019, 6:50 p.m.