sigma_types

Type Alias Positive

Source
pub type Positive<Input> = Sigma<Input, PositiveInvariant<Input>>;
Expand description

Positive terms (defined by comparison to zero).

Aliased Type§

struct Positive<Input> { /* private fields */ }

Trait Implementations§

Source§

impl<T: One + PartialOrd + Zero + Debug> One for Positive<T>

Source§

const ONE: Self

Additive identity (i.e., one).