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
9using namespace mathematics;
10
11int fu()
12{
13double_plus ted;
14return (int)ted;
15}
An extension to floating point primitives providing approximate equality.
Definition averager.h:21
int fu()