X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fcomplex%2Fcacosh.c;fp=functions%2Fcomplex%2Fcacosh.c;h=61a27d74fc5fdfdf1623b7c161ca94111b5214ab;hb=e081ed1387e0c27dc689c8e32fdda06039544107;hp=53ef8a17e72ef9ea16e77b09ef6fdd9237b20791;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/functions/complex/cacosh.c b/functions/complex/cacosh.c index 53ef8a1..61a27d7 100644 --- a/functions/complex/cacosh.c +++ b/functions/complex/cacosh.c @@ -5,16 +5,6 @@ // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// ---------------------------------------------------------------------------- -// C++ - -double _Complex acosh( double _Complex x ) { /* TODO */ }; -float _Complex acosh( float _Complex x ) { /* TODO */ }; -long double _Complex acosh( long double _Complex x ) { /* TODO */ }; - -// ---------------------------------------------------------------------------- -// Standard C - double _Complex cacosh( double _Complex x ) { /* TODO */ }; float _Complex cacoshf( float _Complex x ) { /* TODO */ }; long double _Complex cacoshl( long double _Complex x ) { /* TODO */ };