protocol
univariate_function_protocol
Protocol for real-valued functions of one real variable.
Availability:
logtalk_load(numerical_analysis(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-04
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
evaluate/2
Evaluates the function at the given argument.
Compilation flags:
staticTemplate:
evaluate(Argument,Value)Mode and number of proofs:
evaluate(+number,-number) - onederivative/2
Optional. Evaluates the first derivative at the given argument.
Compilation flags:
staticTemplate:
derivative(Argument,Derivative)Mode and number of proofs:
derivative(+number,-number) - zero_or_oneProtected predicates
(none)
Private predicates
(none)
Operators
(none)