chundoong-lab-ta/SHPC2022/hw4_answer/riemannsum/util.h

10 lines
143 B
C
Raw Normal View History

2022-11-07 14:36:30 +09:00
#pragma once
void timer_init();
void timer_start(int i);
double timer_stop(int i);
// Assume f is a black-box operation
double f(double x);