[FEATURE] Relocate functionalities like is_nan
to common.hpp
#791
Labels
feature
New feature or request
is_nan
to common.hpp
#791
E.g., currently functions like
is_nan
lives insidethree_phase_tensor.hpp
. In this issue, the proposal is to investigate whether other such functions are scattered around due to the 'organic growth' and move them to centralized locations likecommon.hpp
.The text was updated successfully, but these errors were encountered: