Source code for openfhe_numpy.utils.constants
import openfhe_numpy._onp_cpp as backend
from enum import Enum
# Numerical constants
EPSILON = 1e-8
EPSILON_HIGH = 1e-4
# Types of data representation
# Default format result
import openfhe_numpy._onp_cpp as backend
from enum import Enum
# Numerical constants
EPSILON = 1e-8
EPSILON_HIGH = 1e-4
# Types of data representation
# Default format result