Computes the result of a quaternion raised to an exponent.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(quaternion), | intent(in) | :: | q |
The quaternion base. |
||
| real(kind=real64), | intent(in) | :: | exponent |
The exponent. |
The resulting quaternion.
Computes the result of a quaternion raised to an exponent.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(quaternion), | intent(in) | :: | q |
The quaternion base. |
||
| integer(kind=int32), | intent(in) | :: | exponent |
The exponent. |
The resulting quaternion.