fpPlugin 11.0

Using the fp multi-precision engine, fpPlugin 11.0 for Xojo now supports MacOS ARM.

It has eight data types:

  • BigInteger

  • BigFloat

  • BigComplex

  • BigFraction

  • BigPoly

  • BigFloatMatrix

  • BigComplexMatrix

  • BigFractionMatrix

All types have unlimited precision.

fpPlugin allows a developer to construct Xojo programs which can handle the eight data types much like doubles and integers are handled. To a large extent the plugin’s data types can be freely used with the +, -, *, and / operators, and can be used in comparisons. And some of Xojo’s functions have been overloaded to take the plugin’s data types, where it makes sense to do so.

fpPlugin is compiled for Mac, Windows, and Linux for both 32 and 64 bit applications.

fpPlugin is freeware with an easy-to-meet license. It is unconditionally available for any use, but is without warranty.

Download URL:

http://delaneyrm.com/fpPlugin.html

5 Likes