Skip to contents

Vector4 Divide

Usage

vector4_divide(v1, v2)

Arguments

v1

A numeric vector of length 4.

v2

A numeric vector of length 4.

Value

A numeric vector of length 4

Examples

vector4_divide(c(0, 0, 0, 1), c(0, 0, 0, 1))
#>   x   y   z   w 
#> NaN NaN NaN   1