aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2019-01-26 15:57:10 +0100
committerMarco Paland <marco@paland.com>2019-01-26 15:57:10 +0100
commit80b42fef5f070c980584b45de7b4a84322c749a0 (patch)
tree2f16f1e4b4e0db2bd181e8e0271fb8c6eb925069 /README.md
parentbf72dfb8dee9ee57463c7082aca520004cb7cb7c (diff)
downloadprintf-80b42fef5f070c980584b45de7b4a84322c749a0.tar.gz
printf-80b42fef5f070c980584b45de7b4a84322c749a0.tar.bz2
printf-80b42fef5f070c980584b45de7b4a84322c749a0.zip
fix(printf): fixed support of NaN
(hot) fixes #37
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33736fc..0b39488 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Therefore I decided to write an own, final implementation which meets the follow
- Support of decimal/floating number representation (with an own fast itoa/ftoa)
- Reentrant and thread-safe, malloc free, no static vars/buffers
- LINT and compiler L4 warning free, mature, coverity clean, automotive ready
- - Extensive test suite (> 350 test cases) passing
+ - Extensive test suite (> 370 test cases) passing
- Simply the best *printf* around the net
- MIT license