Je vais tester pour remplacer l'habituel bc -l que j'utilisais jusqu'alors.
En plus, le fichier de données est bien documenté, ce qui ne gâche rien !
oldpoint 1|72.27 inch # The American point was invented
printerspoint oldpoint # by Nelson Hawks in 1879 and
texpoint oldpoint # dominates USA publishing.
# It was standardized by the American
# Typefounders Association at the
# value of 0.013837 inches exactly.
# Knuth uses the approximation given
# here (which is very close). The
# comp.fonts FAQ claims that this
# value is supposed to be 1|12 of a
# pica where 83 picas is equal to 35
# cm. But this value differs from
# the standard.
texscaledpoint 1|65536 texpoint # The TeX typesetting system uses
texsp texscaledpoint # this for all computations.
computerpoint 1|72 inch # The American point was rounded
point computerpoint
computerpica 12 computerpoint # to an even 1|72 inch by computer
postscriptpoint computerpoint # people at some point.
pspoint postscriptpoint
twip 1|20 point # TWentieth of an Imperial Point
Q 1|4 mm # Used in Japanese phototypesetting
# Q is for quarter
# Merci de la découverte
Posté par chimrod (site web personnel) . En réponse à la dépêche GNU Units sort en version 2.14. Évalué à 8.
Je vais tester pour remplacer l'habituel
bc -lque j'utilisais jusqu'alors.En plus, le fichier de données est bien documenté, ce qui ne gâche rien !