Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

8.8 spow - Raise xy

#include <msca.h>

double spow (double x, double y);
float  spowf(float x, float y);

Given values x and y this function computes x raised by y , that is xy .