Learn R Programming

float (version 0.3-2)

specialmath: Special mathematical functions

Description

Special mathematical functions.

Usage

# S4 method for float32
gamma(x)

# S4 method for float32 lgamma(x)

Value

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

Arguments

x

A float vector/matrix.

Examples

Run this code
if (FALSE) {
library(float)

x = flrunif(10)
lgamma(x)
}

Run the code above in your browser using DataLab