DGtal
1.5.beta
|
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <iomanip>
#include "DGtal/arithmetic/LighterSternBrocot.h"
#include "DGtal/base/StdRebinders.h"
Go to the source code of this file.
Functions | |
void | usage (int, char **argv) |
int | main (int argc, char **argv) |
An example file named approximation.
This file is part of the DGtal library.
Definition in file approximation.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main.
[approximation-types]
[approximation-types]
[approximation-process]
[approximation-process]
Definition at line 73 of file approximation.cpp.
References DGtal::NumberTraitsImpl< std::decay< T >::type >::castToInt64_t(), and usage().
void usage | ( | int | , |
char ** | argv | ||
) |
Definition at line 64 of file approximation.cpp.
Referenced by main().