diff options
| author | dana <dana@dana.is> | 2026-04-13 11:04:58 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-04-13 11:07:56 -0500 |
| commit | bfb982d6824a41ebff1fc5934ebee7f01df1e682 (patch) | |
| tree | 4cf710d17dcd411e88f1f5261ed96ec15202c394 /ChangeLog | |
| parent | 54313: convfloat: use consistent capitalisation for NaN, Inf, and -Inf (diff) | |
| download | zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar.gz zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar.bz2 zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar.lz zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar.xz zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.tar.zst zsh-bfb982d6824a41ebff1fc5934ebee7f01df1e682.zip | |
54318: mathfunc: add isnan() and isinf(). also document NaN + Inf
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2026-04-13 dana <dana@dana.is> + * 54318: Doc/Zsh/arith.yo, Doc/Zsh/mod_mathfunc.yo, + Functions/Misc/zmathfuncdef, NEWS, Src/Modules/mathfunc.c, + Test/V03mathfunc.ztst: mathfunc: add isnan() and isinf(). also + document NaN + Inf + * 54313: README, Src/params.c, Test/B02typeset.ztst: convfloat: use consistent capitalisation for NaN, Inf, and -Inf |
