arithmetic: Arithmetic operations for debvctrs

Description Usage Arguments

Description

Arithmetic operations for debvctrs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## S3 method for class 'deb_decimal'
vec_arith(op, x, y)

## Default S3 method:
vec_arith.deb_decimal(op, x, y)

## S3 method for class 'deb_decimal'
vec_arith.deb_decimal(op, x, y)

## S3 method for class 'numeric'
vec_arith.deb_decimal(op, x, y)

## S3 method for class 'deb_decimal'
vec_arith.numeric(op, x, y)

## S3 method for class 'MISSING'
vec_arith.deb_decimal(op, x, y)

## S3 method for class 'deb_lsd'
vec_arith(op, x, y)

## Default S3 method:
vec_arith.deb_lsd(op, x, y)

## S3 method for class 'deb_lsd'
vec_arith.deb_lsd(op, x, y)

## S3 method for class 'numeric'
vec_arith.deb_lsd(op, x, y)

## S3 method for class 'deb_lsd'
vec_arith.numeric(op, x, y)

## S3 method for class 'MISSING'
vec_arith.deb_lsd(op, x, y)

## S3 method for class 'deb_decimal'
vec_arith.deb_lsd(op, x, y)

## S3 method for class 'deb_lsd'
vec_arith.deb_decimal(op, x, y)

Arguments

op

Arithmetic operation.

x, y

Vectors.


jessesadler/debvctrs documentation built on June 14, 2021, 6:36 a.m.