Skip to contents

Vector2 Divide

Usage

vector2_divide(v1, v2)

Arguments

v1

A numeric vector of length 2.

v2

A numeric vector of length 2.

Value

A numeric vector of length 2

Examples

vector2_divide(c(100, 100), c(100, 100))
#> x y 
#> 1 1