abstract struct Number
- Number
- Value
- Object
Overview
The top-level number type.
Included Modules
- Comparable(Number)
- Steppable
Defined in:
crython/cr2py/number.crInstance Method Summary
- #!=(other : Crython::PyObject) : Crython::PyObject
- #%(other : Crython::PyObject) : Crython::PyObject
- #*(other : Crython::PyObject) : Crython::PyObject
- #**(other : Crython::PyObject) : Crython::PyObject
- #+(other : Crython::PyObject) : Crython::PyObject
- #-(other : Crython::PyObject) : Crython::PyObject
- #/(other : Crython::PyObject) : Crython::PyObject
- #//(other : Crython::PyObject) : Crython::PyObject
- #<(other : Crython::PyObject) : Crython::PyObject
- #<=(other : Crython::PyObject) : Crython::PyObject
- #==(other : Crython::PyObject) : Crython::PyObject
- #>(other : Crython::PyObject) : Crython::PyObject
- #>=(other : Crython::PyObject) : Crython::PyObject