Skip to content

Commit 7d8e485

Browse files
authored
Merge pull request #6427 from hjmjohnson/itk-math-vnl-decouple
ENH: Decouple itk::Math from vnl_math (constants and functions)
2 parents 537720d + 9e5d3e1 commit 7d8e485

34 files changed

Lines changed: 700 additions & 213 deletions

File tree

Documentation/docs/migration_guides/itk_6_migration_guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ ITKVNL module. The ITKVNLInstantiation library was an empty library used for
227227
compatibility and provided transitive linking to ITKVNL.
228228

229229

230+
`itk::Math::sqrteps` changed by 1 ULP for accuracy
231+
--------------------------------------------------
232+
233+
`itk::Math::sqrteps` is now `0x1p-26`, the exact `sqrt(eps)`;
234+
`vnl_math::sqrteps` (`1.490116119384766e-08`) was 1 ULP higher.
235+
230236
Prefer itk::AnatomicalOrientation over itk::SpatialOrientation
231237
------------------------------------------------
232238

0 commit comments

Comments
 (0)