Miscellaneous VM Functions
- v?CopySign
Returns vector of elements of one argument with signs changed to match other argument elements.
- v?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.
- v?Fdim
Returns vector containing the differences of the corresponding elements of the vector arguments if the first is larger and +0 otherwise.
- v?Fmax
Returns the larger of each pair of elements of the two vector arguments.
- v?Fmin
Returns the smaller of each pair of elements of the two vector arguments.
- v?MaxMag
Returns the element with the larger magnitude between each pair of elements of the two vector arguments.
- v?MinMag
Returns the element with the smaller magnitude between each pair of elements of the two vector arguments.