Newer
Older
//
// Created by fluffymoo on 11.6.18.
//
#ifndef INC_4NEURO_CONSTANTS_H
#define INC_4NEURO_CONSTANTS_H
Martin Beseda
committed
namespace lib4neuro {
const double E = 2.7182818284590;
const double PI = 3.14159265358979323846;
}
#endif //INC_4NEURO_CONSTANTS_H