# Functions
Add3D returns the element-wise addition of vector a and b.
Add4D returns the element-wise addition of vector a and b.
Cross3D returns the cross product of vector a and b.
FromBits takes binary representation of floating-point value with user-defined bit sizes and expands it to full float64.
MaxOf returns the maximum value of all the arguments.
MinOf returns the minimum value of all the arguments.
Round rounds v to the nearest integer.
Sub3D returns the element-wise subtraction of vector b from a.
Sub4D returns the element-wise subtraction of vector b from a.