bgc-c/basic-geometry-test/tests/utilities/is_zero.h

10 lines
163 B
C

#ifndef _TEST_UTILITIES_IS_ZERO_H_
#define _TEST_UTILITIES_IS_ZERO_H_
int test_bgc_is_zero_fp32();
int test_bgc_is_zero_fp64();
int test_bgc_is_zero();
#endif