log Interface

public interface log

Contents


Module Procedures

private pure elemental function quat_log(q) result(rst)

Evalautes the natural logarithm function for a quaternion.

Arguments

Type IntentOptional Attributes Name
type(quaternion), intent(in) :: q

The quaternion.

Return Value type(quaternion)

The resulting quaternion.