Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
double _pow(double x, double y);
double result; result = _pow(2.0, 3.0); // result == 8.0 result = _pow(4.0, 0.5); // result == 2.0