Brobdingnag (version 1.2-6)

Arith-methods: Methods for Function Arith in package Brobdingnag

Description

Methods for Arithmetic functions in package Brobdingnag: +, -, *, /, ^

Arguments

Examples

Run this code
# NOT RUN {
x <- as.brob(1:10)
y <- 1e10

x+y

as.numeric((x+y)-1e10)

x^(1/y)



# }

Run the code above in your browser using DataLab