base: In function log(), the base of the logarithm
Details
Standard math stuff. I am not convinced that the trig functions (sin() etc) have any value.
Author(s)
Robin K. S. Hankin
Examples
x <- roct()exp(x+x)- exp(x)*exp(x)# zero to numerical precisionjj <- exp(log(x)/2)# use sqrt() herejj*jj-x # also smally <- roct()exp(x+y)- exp(x)*exp(y)# some rules do not operate for onionsmax(Mod(c(sin(asin(x))-x,asin(sin(x))-x)))# zero to numerical precision