TVec::PowerVec Method

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

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 TVec::Complex property is True.

See Also: TVec::Power
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler