feisty meow concerns codebase  2.140
placeholder.cpp
Go to the documentation of this file.
1 
2 
3 // sole purpose of this is to make the lib be generated,
4 // even though we currently do not have any code that lives inside it.
5 
6 
7 #include "double_plus.h"
8 
9 using namespace mathematics;
10 
11 int fu()
12 {
13 double_plus ted;
14 return (int)ted;
15 }
An extension to floating point primitives providing approximate equality.
Definition: averager.h:21
int fu()
Definition: placeholder.cpp:11