...which says only that sin is a function returning a doubl…
...which says only that sin is a function returning a double (that is, double-precision floating-point) value.
In the new style, this better rendered:
double sin(double);
...which says only that sin is a function returning a double (that is, double-precision floating-point) value.
In the new style, this better rendered:
double sin(double);