jsource icon indicating copy to clipboard operation
jsource copied to clipboard

Remove `dtoa.c/h`

Open codereport opened this issue 4 years ago • 1 comments

codereport avatar Feb 07 '21 03:02 codereport

J currently does not do perfect round-trip floating formatting. The bundled dtoa code is used in the foreign 8 https://www.jsoftware.com/help/dictionary/dx008.htm It may be possible to replace those with some libraries such as dragonbox. I added perfect round-trip floating formatting to the J fork for my employer using dragonbox https://github.com/zhihaoy/jsource/blob/jruntime-pyd/jsrc/cvr.cpp

zhihaoy avatar Feb 26 '21 20:02 zhihaoy