cg_log2 {cgraph}R Documentation

Logarithm Base 2

Description

Calculate log2(x).

Usage

cg_log2(x, name = NULL)

Arguments

x

either a cg_node object or a numeric vector or array.

name

character scalar, name of the operation (optional).

Value

cg_operator object, node of the operation.

Author(s)

Ron Triepels

See Also

log2


[Package cgraph version 4.0.3 Index]