##==================================================================================================
##  EVE - Expressive Vector Engine
##  Copyright : EVE Project Contributors
##  SPDX-License-Identifier: BSL-1.0
##==================================================================================================
##==================================================================================================

make_unit( "doc.core.fuzzy" ceil.cpp                )
make_unit( "doc.core.fuzzy" is_equal.cpp            )
make_unit( "doc.core.fuzzy" floor.cpp               )
make_unit( "doc.core.fuzzy" is_greater.cpp          )
make_unit( "doc.core.fuzzy" is_greater_equal.cpp    )
make_unit( "doc.core.fuzzy" is_less.cpp             )
make_unit( "doc.core.fuzzy" is_less_equal.cpp       )
make_unit( "doc.core.fuzzy" is_not_equal.cpp        )
make_unit( "doc.core.fuzzy" trunc.cpp               )
