abstract struct Number
- Number
- Value
- Object
Overview
The top-level number type.
Included Modules
- Comparable(Number)
- Steppable
Defined in:
matrix/num_helpers.crInstance Method Summary
-
#*(m : LA::Matrix)
Multiply scalar to matrix
-
#+(m : LA::Matrix)
Adds scalar to matrix
-
#-(m : LA::Matrix)
Substract matrix from scalar
-
#conj
Returns self
Instance Method Detail
def conj
#
Returns self
Because complex conjurgate for real numbers is number itself. This method is useful to streamline work with complex and real numbers