# HG changeset patch # User Eugenio Gianniti # Date 1403684002 -7200 # Node ID a57001686abb2459cb667a7217192ae77505add4 # Parent cb6f11a0966709e8b9c251611278df68be2ce2b7 Document function evaluation * src/Function.cc: mention the possibility to evaluate a function in the doc-string diff -r cb6f11a09667 -r a57001686abb src/Function.cc --- a/src/Function.cc Tue Jun 24 16:55:49 2014 +0200 +++ b/src/Function.cc Wed Jun 25 10:13:22 2014 +0200 @@ -45,7 +45,8 @@ @end itemize \n\ The output @var{func} is an object which contains a representation of the \ function @var{Vector} which can be plotted or saved or passed as argument \ -for a variational problem.\n\ +for a variational problem. Moreover, it is possible to evaluate it on points \ +of its domain.\n\ @seealso{Constant, Expression, plot, save}\n\ @end deftypefn") {