Skip to content
Snippets Groups Projects
complex.cc 102 B
Newer Older
#include "complex.h"
#include "hello.h"
Xuefeng Ding's avatar
Xuefeng Ding committed

double complex(double a, double b) { return add(a, b) + 2; }