Author Topic: How to do power of calculations  (Read 368 times)

mc-Abe

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • mc-Things
Re: How to do power of calculations
« on: July 27, 2016, 04:38:16 pm »
The ^ operator is a indeed the XOR operator. You can use this for power operation: (atmospheric / seaLevel).Pow(0.1903)

If you look in section 16.6 of the manual, you can see all the float functions.