MeshLib C Docs
Loading...
Searching...
No Matches
MRIsNaN.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdbool.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11
14MRC_API bool MR_isNanFast(float f);
15
16#ifdef __cplusplus
17} // extern "C"
18#endif
MRC_API bool MR_isNanFast(float f)
#define MRC_API
Definition exports.h:11