Create a complex number. * The return value is an object with methods to perform arithmetic * operations: * - `re` (real part, as a JavaScript `number`) * - `im` (imaginary part, as a JavaScript `number`) * - `add()` * - `sub()` * - `neg()` (unary minus) * - `mul()` * - `d
(a: number | BigDecimal | Complex, b?: number | BigDecimal)
| 962 | return this._configurationLifecycle.callableVersion; |
| 963 | } |
| 964 | |
| 965 | /** |
| 966 | * When > 0, value writes are ephemeral loop-index writes: they bump |
| 967 | * `_anyVersion` and the definition's `_writeVersion` but not |
| 968 | * `_semanticVersion`. Incremented/decremented (try/finally) around the |
| 969 | * index assigns of `reduceBigOp` and `ComprehensionIndexFrame`. |
| 970 | * @internal |
| 971 | */ |