Open JaredCorduan opened 5 years ago
In the formal-spec meeting on Jan. 15th I gave a presentation on some research on doing verification for programs doing numerical calculations. @kantp can share the link to the video, the slides are available too
main outcomes:
general fp calculation requirements:
a^b where a, b \in [0, 1]
, i.e., ln(x), exp(x)
main approaches for implementation
verification tools:
QF_FP
for IEEE754higher level tools:
Pro/Contra rationals
Pro/Contra IEEE754
Pro/Contra fixed-point
This involves being aware of the error.