diff options
Diffstat (limited to 'rotord/utils.h')
| -rw-r--r-- | rotord/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/utils.h b/rotord/utils.h index e9084ff..c0c9752 100644 --- a/rotord/utils.h +++ b/rotord/utils.h @@ -4,3 +4,4 @@ bool fequal(const float u,const float v); bool flessorequal(const float u,const float v); bool fmoreorequal(const float u,const float v); +bool fless(const float u,const float v); |
