arith: Arithmetic

Description Usage Arguments

Description

Arithmetic

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'uint8'
e1 + e2

## S3 method for class 'uint8'
e1 - e2

## S3 method for class 'uint8'
e1 * e2

## S3 method for class 'uint8'
e1 / e2

## S3 method for class 'uint8'
e1 %% e2

## S3 method for class 'uint8'
e1 %/% e2

## S3 method for class 'uint8'
e1 ^ e2

Arguments

e1

an atomic vector of class 'uint8'

e2

an atomic vector of class 'uint8'


coolbutuseless/uint8 documentation built on May 29, 2019, 11:04 p.m.