x <- as.bigq(21,6)
x
# 7 / 2
# Wow ! result is simplify.
y <- as.bigq(5,3)
# addition work !
x + y
# You can even try multiplication, division...
x * y / 13
# convert to string, double
as.character(x)
as.double(x)
Run the code above in your browser using DataLab