Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print constants in scientific precision (#8506)
When the absolute value of a floating point number is smaller than then default IRPrinter precision (6 decimal points), print the value in scientific format. Use cases: - Normalizing the 2D/3D fft image by the total pixel count. - Algorithm problem scaling. - SI unit conversions, i.e. from nanometer to meter.
- Loading branch information