Learn R Programming

evitaicossa (version 0.0-1)

zero: The additive zero in antiassociative algebras

Description

Function is.zero() tests for its argument being the additive zero.

Package idiom to create the zero element of the antiassociative algebra is aaa().

Usage

is.zero(x)

Value

Returns a Boolean.

Arguments

x

Object of class aaa

Author

Robin K. S. Hankin

Examples

Run this code
is.zero(raaa())
is.zero(raaa()*0)
is.zero(aaa())

Run the code above in your browser using DataLab