Miscellaneous VM Functions
- copysign
Returns vector of elements of one argument with signs changed to match other argument elements.
- nextafter
Returns vector of elements containing the next representable floating-point values following the values from the elements of one vector in the direction of the corresponding elements of another vector.
- fdim
Returns vector containing the differences of the corresponding elements of the vector arguments if the first is larger and +0 otherwise.
- fmax
Returns the larger of each pair of elements of the two vector arguments.
- fmin
Returns the smaller of each pair of elements of the two vector arguments.
- maxmag
Returns the element with the larger magnitude between each pair of elements of the two vector arguments.
- minmag
Returns the element with the smaller magnitude between each pair of elements of the two vector arguments.