fcn1var Interface

interface
public function fcn1var(x) result(f)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: x

The independent variable.

Return Value real(kind=real64)

The value of the function at x.

Description

Describes a function of one variable.