diff options
Diffstat (limited to 'src/complex/csin.c')
| -rw-r--r-- | src/complex/csin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/csin.c b/src/complex/csin.c index 13006c01..1f96a7a2 100644 --- a/src/complex/csin.c +++ b/src/complex/csin.c @@ -5,7 +5,7 @@ TYPE complex TGFN(csin)(TYPE complex z) { - return z; + return TGCMPLX(0.0, -TGFN(csinh)(I * z)); } /*d |
