Skip to content

Fix a FPE

Nicolas Tancogne-Dejean requested to merge fix_fpe into main

Description

Fix a Floating Point Exception. The code was trying to compute acos of 1.0000000000000002.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports