pow()
Calculates the power and returns x**y as an integer, real or complex number
Syntax
pow(x, y)
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| x | Integer or real number | (-∞, ∞) | integer, real, complex | yes |
| y | exponent of the number | (-∞, ∞) | integer, real, complex | yes |
Examples
powI = pow(10, 3)
returns 1000.0
powC = pow(1+j*2,3+j*3)
returns 0.404/-31.374
See Also
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()