Overloaded arithmetic operators for mixed types
| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | First value to add |
| y | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | Second value to add |
number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix — Sum of `x` and `y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | Numerator |
| y | number | BigNumber | bigint | Fraction | Complex | Array | Matrix | Denominator |
number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix — Quotient, `x / y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | Fraction | Complex | Unit | Array | Matrix | Numerator |
| y | number | BigNumber | Fraction | Complex | Unit | Array | Matrix | Denominator |
number | BigNumber | Fraction | Complex | Unit | Array | Matrix — Quotient, `x ./ y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | Fraction | Complex | Unit | Array | Matrix | Left hand value |
| y | number | BigNumber | Fraction | Complex | Unit | Array | Matrix | Right hand value |
number | BigNumber | Fraction | Complex | Unit | Array | Matrix — Multiplication of `x` and `y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | Complex | Unit | Array | Matrix | The base |
| y | number | BigNumber | Complex | Unit | Array | Matrix | The exponent |
number | BigNumber | Complex | Unit | Array | Matrix — The value of `x` to the power `y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | Array | Matrix | Dividend |
| y | number | BigNumber | bigint | Fraction | Array | Matrix | Divisor |
number | BigNumber | bigint | Fraction | Array | Matrix — Returns the remainder of `x` divided by `y`.| Name | Type | Description |
|---|---|---|
| a | Matrix | Dense Vector (N) |
| b | Matrix | Dense Vector (N) |
number — Scalar value| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Complex | Unit | Array | Matrix | The base |
| y | number | BigNumber | bigint | Complex | The exponent |
number | BigNumber | bigint | Complex | Array | Matrix — The value of `x` to the power `y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | Initial value |
| y | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | Value to subtract from `x` |
number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix — Subtraction of `x` and `y`| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix | Number to be inverted. |
number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix — Returns the value with inverted sign.| Name | Type | Description |
|---|---|---|
| x | number | BigNumber | bigint | Fraction | string | Complex | Unit | Array | Matrix |
number | BigNumber | bigint | Fraction | Complex | Unit | Array | Matrix —