Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
sample1.cc File Reference
#include "sample1.h"
Include dependency graph for sample1.cc:

Go to the source code of this file.

Functions

int Factorial (int n)
 
bool IsPrime (int n)
 

Function Documentation

int Factorial ( int  n)

Definition at line 35 of file sample1.cc.

bool IsPrime ( int  n)

Definition at line 45 of file sample1.cc.