diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2017-11-04 20:17:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-04 20:17:55 -0600 |
| commit | 44394699dea2534c5bb0c5e2e1759b066401def3 (patch) | |
| tree | e0d6e01605cf2b01783fa0412147a73d2a99bfdd /doc/source/reference | |
| parent | 8b9195bb4e717eeaf74de5b1389f7b8ef7956350 (diff) | |
| parent | a50f4725c8a0c2e8b71dd9c64c5fb103f5d6c987 (diff) | |
| download | numpy-44394699dea2534c5bb0c5e2e1759b066401def3.tar.gz | |
Merge pull request #9941 from ahaldane/dragon4
ENH: Use Dragon4 algorithm to print floating values
Diffstat (limited to 'doc/source/reference')
| -rw-r--r-- | doc/source/reference/routines.io.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index 6747f60bd..00cafebc2 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -45,6 +45,8 @@ String formatting array2string array_repr array_str + format_float_positional + format_float_scientific Memory mapping files -------------------- |
