module Units::AlgebraicUnit(X)

Direct including types

Defined in:

algebraic_unit.cr

Instance Method Summary

Instance Method Detail

abstract def *(other : AlgebraicUnit) : AlgebraicUnit #

[View source]
abstract def *(other) : AlgebraicUnit #

[View source]
abstract def **(other) : AlgebraicUnit #

[View source]
abstract def +(other : AlgebraicUnit) : AlgebraicUnit #

[View source]
def +(other) #

[View source]
abstract def -(other : AlgebraicUnit) : AlgebraicUnit #

[View source]
def -(other) #

[View source]
abstract def - : AlgebraicUnit #

[View source]
abstract def /(other : AlgebraicUnit) : AlgebraicUnit #

[View source]
abstract def /(other) : AlgebraicUnit #

[View source]
def cb #

[View source]
def cbrt #

[View source]
abstract def dimension : Dimension #

[View source]
abstract def inverse : AlgebraicUnit #

[View source]
abstract def left_add(lhs) #

[View source]
abstract def left_multiply(lhs) #

[View source]
def left_subtract(lhs) #

[View source]
def sq #

[View source]
def sqrt #

[View source]
def to_s(io : IO) : Nil #

[View source]