libtom / tomsfastmath

TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C.
http://www.libtom.net
Other
213 stars 66 forks source link

Introduce `TFM_VERSION_3()` #36

Closed sjaeckel closed 2 months ago

sjaeckel commented 2 months ago

In order to be able to construct the version in a human readable format instead of a magic hex value. The TFM_VERSION and TFM_VERSION_S macros are still the same, so there's no backwards breakage here.