Powers of 10 If m is an integer, n E m returns n * 10^m. Example : 5.2E4 -> 52000 Syntax : < n > e < m >