Snippets for perl:pdl 2.106 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/p5-PDL/2.106/150amd64-default.log.
-
lib/PDL/Math-pp-cosh.c:73:30: warning: call to undeclared library function 'ccoshl' with type '_Complex long double (_Complex long double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 73 | (b_datap)[0] = cosh((a_datap)[0]); | ^ -
lib/PDL/Math-pp-sinh.c:73:30: warning: call to undeclared library function 'csinhl' with type '_Complex long double (_Complex long double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 73 | (b_datap)[0] = sinh((a_datap)[0]); | ^ -
lib/PDL/Math-pp-tan.c:73:30: warning: call to undeclared library function 'ctanl' with type '_Complex long double (_Complex long double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 73 | (b_datap)[0] = tan((a_datap)[0]); | ^ -
lib/PDL/Math-pp-tanh.c:73:30: warning: call to undeclared library function 'ctanhl' with type '_Complex long double (_Complex long double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 73 | (b_datap)[0] = tanh((a_datap)[0]); | ^