]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a tab that somehow became 8 spaces.
authorkargl <kargl@FreeBSD.org>
Mon, 1 Sep 2014 16:24:25 +0000 (16:24 +0000)
committerkargl <kargl@FreeBSD.org>
Mon, 1 Sep 2014 16:24:25 +0000 (16:24 +0000)
commit0f1b23d08009b1254ae82712b5c976187d6c5729
treeb622a57a321f04ba48f87a6a09f283925be5a7d8
parent39e0443a1c727f0754b8cb825e8d31a25530a5bd
Fix a tab that somehow became 8 spaces.

Remove parentheses in a return statement to be consistent with the
rest of the file.

Rename sin_pi() in the float version to sin_pif().

Remove large comment that precedes sin_pif().  The comment
duplicates a comment in e_lgamma_r.c where the algorithm
is documented.

Requested by: bde
lib/msun/src/e_lgamma_r.c
lib/msun/src/e_lgammaf_r.c