Vector::PowerVec Method

TMtxVec *PowerVec(TMtxVec *Base, TMtxVec *Exponent) const;

Raises Base object elements to Exponent object elements power.

#NameTypeDescription
1BaseTMtxVec *
2ExponentTMtxVec *
Remarks:

Raises Base elements to Exponent elements power. Only positive exponents can be handled if exponent object Vector::Complex property is True.

See Also: Vector::Power
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler