#include <FACT.hxx>
Public Member Functions | |
FACT () | |
void | run (long a, long &b) |
This class is a C++ wrapper for calling the FACT.c2m CLE-2000 procedure from YACS.
FACT::FACT | ( | ) |
use this constructor to create a new FACT object
void FACT::run | ( | long | a, |
long & | b | ||
) |
use this method to execute the FACT object
a | input integer |
b | output integer containing factorial of a |