From b25685d5dc26370ecae112f805b4141c4efdeea4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 13:38:04 -0500 Subject: update safety checks --- src/complex/csin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/complex/csin.c') diff --git a/src/complex/csin.c b/src/complex/csin.c index 31aab568..556b6b62 100644 --- a/src/complex/csin.c +++ b/src/complex/csin.c @@ -7,6 +7,7 @@ TYPE complex TGFN(csin)(TYPE complex z) { + SIGNAL_SAFE(0); return TGCMPLX(0.0, -TGFN(csinh)(I * z)); } -- cgit v1.2.1