--- trunk/escript/src/Data.h 2006/10/17 12:42:47 875 +++ trunk/escript/src/Data.h 2006/10/19 03:50:23 876 @@ -889,6 +889,15 @@ /** \brief + Return the error function erf of each data point of this Data object. + * + */ + ESCRIPT_DLL_API + Data + erf() const; + + /** + \brief Return the sin of each data point of this Data object. * */