about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-10-26 16:19:12 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2013-10-26 16:19:12 -0700
commiteec5140dde1c211454590536a7b43370d07f3bb6 (patch)
tree79faf71850f823c8e01b4c76ced00159ed59a492 /Test
parentc3114a7735c85b79771e08bd156470bde1a36950 (diff)
parentef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98 (diff)
downloadzsh-eec5140dde1c211454590536a7b43370d07f3bb6.tar.gz
zsh-eec5140dde1c211454590536a7b43370d07f3bb6.tar.xz
zsh-eec5140dde1c211454590536a7b43370d07f3bb6.zip
Merge overlapping ChangeLog entries
Diffstat (limited to 'Test')
-rw-r--r--Test/V03mathfunc.ztst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/V03mathfunc.ztst b/Test/V03mathfunc.ztst
index 069059da4..ab383db43 100644
--- a/Test/V03mathfunc.ztst
+++ b/Test/V03mathfunc.ztst
@@ -136,3 +136,9 @@ F:This test fails if your math library doesn't have erand48().
   done
   (( ok ))
 0:Test random number generator distributions are not grossly broken
+
+  float -F 5 g l
+  (( g = gamma(2), l = lgamma(2) ))
+  print $g, $l
+0:Test Gamma function gamma and lgamma
+>1.00000, 0.00000