10 lines
173 B
C
10 lines
173 B
C
#ifndef _TEST_UTILITIES_ARE_CLOSE_H_
|
|
#define _TEST_UTILITIES_ARE_CLOSE_H_
|
|
|
|
int test_bgc_are_close_fp32();
|
|
|
|
int test_bgc_are_close_fp64();
|
|
|
|
int test_bgc_are_close();
|
|
|
|
#endif
|