fcn1var Interface

interface
public function fcn1var(x, args) result(f)

Arguments

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

The independent variable.

class(*), intent(inout), optional :: args

An optional argument to allow the user to communicate with the routine.

Return Value real(kind=real64)

The value of the function at x.

Description

Describes a function of one variable.