Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 291 Bytes

File metadata and controls

8 lines (7 loc) · 291 Bytes

Exponentiation

  • ^ only accepts natural numbers because they are easier for PVS to work with, much simpler definition
  • exponentiation to a real number
  • done with ^ for natural numbers, and ^^ for real numbers
  • can be expanded with (expand)
  • see expand