changeset 240:a57001686abb

Document function evaluation * src/Function.cc: mention the possibility to evaluate a function in the doc-string
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Wed, 25 Jun 2014 10:13:22 +0200
parents cb6f11a09667
children 0f14cdbcaed3
files src/Function.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")
 {