microsoft / qsharp-language

Official repository for design of the quantum programming language Q# and its core libraries
MIT License
235 stars 56 forks source link

Value restrictions for exponentiation #34

Closed bettinaheim closed 3 years ago

bettinaheim commented 3 years ago

Documenting that the behavior of exponentiation is undefined if the exponent is smaller than zero or larger than the 32-bit integer maximum. Also, fixing some spelling mistakes.