...which says only that sin is a function returning a doubl…

Twetch ·

...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);