Various logarithmic and circular functions for brobs
Math.Rd
Various elementary functions for brobs
Details
For brob
s: apart from abs()
, log()
, exp()
,
sinh()
and cosh()
, these functions return
f(as.numeric(x))
so are numeric; the exceptional functions
return brob
s.
For glub
s: mostly direct transliteration of the appropriate
formula; one might note that log(z)
is defined as
glub(log(Mod(x)),Arg(x))
.
Examples
exp(as.brob(3000)) #exp(3000) is represented with zero error
#> [1] +exp(3000)