v1.1.0 #17
Closed
attipaci
announced in
Announcements
v1.1.0
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Minor feature release with bug fixes.
Fixed
xPrintFloat()significant figures #15:xPrintFloat()printed an extra digit, which would appear as a 'rounding error' in decimal representations.Detection of built-in integer widths #16: Width detection of platform-specific built-in integer types (i.e.,
short,int,long, andlong long).The previous implementation included
stdint.hwith__STDC_LIMIT_MACROSdefined. However, if the applicationsource, then included
stdint.hbeforexchange.h, then the fixed-width integer limits were left undefined. Asa result, we no longer rely on
stdint.hproviding these limits.Added
xParseFloat()to parse floats without rounding errors that might result if parsing asdoubleand then castingas
float.This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions