Introduce "nike" (#2609)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Dec 2018 07:21:29 +0000 (16:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Dec 2018 07:21:29 +0000 (16:21 +0900)
commit158f6bd2705c7a5e02e114ef434a20e2ff0b45a6
treebe07d0a18dc877bab3b9ecd16661863bfe94406a
parentba8f9b7980932f85714261e1adbfcd212a47e7df
Introduce "nike" (#2609)

* Add a "nike" library

This commit introduces a new library called "nike", which will serve a
collection of numeric value comparison routines.

The current implementation includes one comparison routine.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo (ABSOLUATE -> ABSOLUTE)

* Add a comment over NaN comparision rule
contrib/nike/.FORMATCHECKED [new file with mode: 0644]
contrib/nike/CMakeLists.txt [new file with mode: 0644]
contrib/nike/README.md [new file with mode: 0644]
contrib/nike/include/nike/AbsoluteEpsilonEqual.h [new file with mode: 0644]
contrib/nike/src/AbsoluteEpsilonEqual.cpp [new file with mode: 0644]
contrib/nike/src/AbsoluteEpsilonEqual.test.cpp [new file with mode: 0644]