Function nalgebra_glm::exp

source ·
pub fn exp<N: Real, D: Dimension>(v: &TVec<N, D>) -> TVec<N, D>where
    DefaultAllocator: Alloc<N, D>,
Expand description

Component-wise exponential.

See also: