specialmath {float} | R Documentation |
Special mathematical functions.
## S4 method for signature 'float32'
gamma(x)
## S4 method for signature 'float32'
lgamma(x)
x |
A float vector/matrix. |
A float vector/matrix of the same dimensions as the input.
## Not run:
library(float)
x = flrunif(10)
lgamma(x)
## End(Not run)