text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c01p062b.cpp

Go to the documentation of this file.
00001 
00015 double compute(double x)
00016 {
00017   return sqrt(x) / cos(x);
00018 }  // end compute

Generated on Sat Aug 26 19:58:10 2006 for AWLogo by  doxygen 1.4.6