[][src]Function nalgebra_glm::exp2

pub fn exp2<N: RealField, D: Dimension>(v: &TVec<N, D>) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Component-wise base-2 exponential.

See also: