powered by
Methods for Arithmetic functions in package Brobdingnag: +, -, *, /, ^
+
-
*
/
^
Robin K. S. Hankin
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