author | Lesley De Cruz <lesley.decruz+git@gmail.com> | 2012年03月04日 00:46:27 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月04日 21:41:31 +0100 |
commit | 750b1a5619b6fc5bcf4e7af84896a8eaf01589d0 (patch) | |
tree | 1433a491abf52498e6926822af72d18030c8f5dd /tests/complex.lua | |
parent | 9c0c6b43eccbb17963a49b74610badcfac5c7445 (diff) | |
download | gsl-shell-auto-test.tar.gz |
-rw-r--r-- | tests/complex.lua | 1 |
diff --git a/tests/complex.lua b/tests/complex.lua index 7dcb5076..31b41a5d 100644 --- a/tests/complex.lua +++ b/tests/complex.lua @@ -37,7 +37,6 @@ t.csch = function(test) test{csch(z)} end t.coth = function(test) test{coth(z)} end t.asinh = function(test) test{asinh(z)} end t.acosh = function(test) test{acosh(z)} end -t.real = function(test) test{real(z)} end t.atanh = function(test) test{atanh(z)} end t.asech = function(test) test{asech(z)} end t.acsch = function(test) test{acsch(z)} end |