Graphmath.Quatern.norm

You're seeing just the function norm, go back to Graphmath.Quatern module for more information.

Specs

norm(quatern()) :: float()

norm(quat) Returns the L2 norm of a quaternion.

quat is a quatern to find the norm of.

It returns a float representing the L2 norm.