Searched refs:Exponentiation (Results 1 – 6 of 6) sorted by relevance
1 tests/cases/compiler/bigIntWithTargetLessThanES2016.ts(1,1): error TS2791: Exponentiation cannot be…2 tests/cases/compiler/bigIntWithTargetLessThanES2016.ts(4,1): error TS2791: Exponentiation cannot be…8 !!! error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' option …13 !!! error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' option …
391 | Exponentiation | ``a ** b`` | ``pow(a, b)`` |
3715 Exponentiation, enumerator3925 return OperatorPrecedence.Exponentiation;
1873 | ``**`` | Exponentiation [#]_ |
2887 Section 3.11.5.24, POW: Exponentiation