You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Library for posit arithmetic on Arduino Uno and other microcontrollers
paragraph=Posit Arithmetic is an alternative tapered/floating point format to IEEE 754 that promises a more efficient and balanced precision, especially useful for AI ... or memory constrained devices. The library supports both Posit8 and Posit16 formats (one and 2 bytes), 4 operations with operator overloading, sin/cos/tan/next/prior and square root.