aboutsummaryrefslogtreecommitdiffstats
path: root/src/option.cpp
blob: c50a7bf6f22f200659d965d261b7f42b785c3c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "option.hpp"
#include <iostream>

double pos (double x){
    return x>0?x:0;
}