module Units::AlgebraicUnit(X)
Direct including types
Defined in:
algebraic_unit.crInstance Method Summary
- #*(other : AlgebraicUnit) : AlgebraicUnit
- #*(other) : AlgebraicUnit
- #**(other) : AlgebraicUnit
- #+(other : AlgebraicUnit) : AlgebraicUnit
- #+(other)
- #-(other : AlgebraicUnit) : AlgebraicUnit
- #-(other)
- #- : AlgebraicUnit
- #/(other : AlgebraicUnit) : AlgebraicUnit
- #/(other) : AlgebraicUnit
- #cb
- #cbrt
- #dimension : Dimension
- #inverse : AlgebraicUnit
- #left_add(lhs)
- #left_multiply(lhs)
- #left_subtract(lhs)
- #sq
- #sqrt
- #to_s(io : IO) : Nil