float (version 0.2-3)

specialmath: Special mathematical functions

Description

Special mathematical functions.

Usage

# S4 method for float32
gamma(x)

# S4 method for float32 lgamma(x)

Arguments

x

A float vector/matrix.

Value

A float vector/matrix of the same dimensions as the input.

Examples

Run this code
# NOT RUN {
library(float)

x = flrunif(10)
lgamma(x)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace