CROSSP
Syntax | Return Value | Arguments | Version History | See Also
The CROSSP function returns a vector that is the cross-product of two input vectors, V1 and V2.
Syntax
Result = CROSSP(V1, V2)
Return Value
Returns a floating-point vector that is the cross-product of two 3-element vectors, V1 and V2.
Arguments
V1, V2
Three-element vectors.
Version History
See Also
Matrix Operators (Application Programming).