PHP pow May 3, 2012 Pramod T P It returns Exponential expression Example <?php echo pow(-1, 17); ?> Output -1