TorchLean API

NN.Verification.Util.FloatApprox

FloatApprox #

Small numeric comparison helpers used by verification checkers.

Motivation:

These helpers stay local to the verification layer. They model the practical comparison we need for exported certificates, not a general-purpose analysis library.

def NN.Verification.Util.approxEq (x y : Float) (tol : Float := 1e-6) :

Absolute-difference comparison on Float.

Instances For