Math Functions PostgreSQL

postgres=# SELECT 2 ^ 3 AS "exp";
 exp
-----
   8
(1 row)
postgres=#