sin Interface

public interface sin

Vec4 overload of the sin intrinsic


Module Procedures

private pure elemental function sin_vec(p)

Sine of a vec4, elementwise

Arguments

Type IntentOptional Attributes Name
type(vec4), intent(in) :: p

Input vec4

Return Value type(vec4)