diff options
author | lijunlong <lijunlong@openresty.com> | 2024-06-11 09:44:50 +0800 |
---|---|---|
committer | lijunlong <lijunlong@openresty.com> | 2024-08-01 09:23:44 +0800 |
commit | b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf (patch) | |
tree | 14e5ba43cd119bec540d9c313f0d133d2e7a9d35 | |
parent | 42ee52e79e277c496d8103618c811c6eb8f4f586 (diff) | |
download | lua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.tar.gz lua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.tar.bz2 lua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.zip |
doc: add comment for dtoa.c.
-rw-r--r-- | dtoa.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | /* The code comes from https://portal.ampl.com/~dmg/netlib/fp/dtoa.c | ||
2 | * Go to https://portal.ampl.com/~dmg/netlib/fp/changes for the detailed changes. | ||
3 | */ | ||
4 | |||
1 | /**************************************************************** | 5 | /**************************************************************** |
2 | * | 6 | * |
3 | * The author of this software is David M. Gay. | 7 | * The author of this software is David M. Gay. |