Skip to contents

Element-wise division. Supports broadcasting when one operand is a 1x1 scalar matrix.

Usage

# S3 method for class 'value'
x/y

Arguments

x

A value object or numeric (numerator)

y

A value object or numeric (denominator)

Value

A new value object representing x / y