Function nalgebra_glm::exp2

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

Component-wise base-2 exponential.

See also: