Older Newer
Tue, 07 Jan 2020 03:17:04 . . . . SyneRyder [Formatting, add link to ipow and powi]


Changes by last author:

Added:
= pow =

== Syntax ==

double pow(double x, double y)

== Arguments ==

:x

::The value to be raised to a power.

:y

::The power to which the value is raised.

== Return ==

x raised to the power of y.

== Description ==

Returns x raised to the power of y: x^^y^^

== See Also ==

ipow, powi

== Comments ==

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.