module CMath {
    header "include/add_nums.h"
    header "include/sub_nums.h"
    header "include/mul_nums.h"
    header "include/div_nums.h"
    header "include/spc_nums.h"
    export *
    link "cmath"
}