easy__sample Module


Contents


Functions

public pure elemental function mysin(r) result(answer)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: r

MYSIN(3f) is a trivial function for demonstration purposes.

Return Value real

public pure elemental function mysqrt(r) result(answer)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: r

MYSQRT(3f) is a trivial function for demonstration purposes.

Return Value real