temptst2.cpp

Go to the documentation of this file.
00001 #include "temptst.h"
00002 
00003 N1<double> callsquare(N1<double> n1) {
00004   double x = n1.sqr();
00005   return N1<double>(x);
00006 }
00007 

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1