zertovitch/ada-pdf-writer

A lot of precision

jquorning opened this issue · 1 comments

I noticed at a time when switching to new compiler that the pdf file got much bigger. The reason was incredible high precision caused by the following line.

type Real is digits System.Max_Digits;

Ouch, not good indeed.
Which compiler? For which machine? How many digits?
Anyway, I could set an explicit limit (18).