What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Template Function holoscan::is_almost_zero

template<typename K>
bool holoscan::is_almost_zero(K value)

Check if a value is almost zero within numerical precision.

Template Parameters

K – Scalar type.

Parameters

value – Value to check.

Returns

True if the value is within 100 * epsilon of zero.

Previous Template Function holoscan::is_almost_one
Next Template Function holoscan::is_pose_almost_identity(const Pose2<K>&)
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.