Skip to content

Releases: arielferdman/strextnd

is_numeric returns True or False now instead of 1 or 0

18 Jan 13:02
Compare
Choose a tag to compare

is_numeric returns True or False now instead of 1 or 0

Fixed Bug that prevented compilation of previous release (0.2) source code

18 Jan 12:16
Compare
Choose a tag to compare

Fixed Bug that prevented compilation of previous release (0.2) source code

Added negative numbers support + Performance optimization

18 Jan 11:49
Compare
Choose a tag to compare

For optimization purposes - removed call to strlen and also moved checking for the dot char as a first char to outside of the main for loop.

For negative numbers support - now returns true for negative numbers (decimal and float) unless the number after the minus sign has the value of zero (either expressed as a decimal or as a float)