]> sourceware.org Git - newlib-cygwin.git/commit
Improve sincosf comments
authorWilco Dijkstra <Wilco.Dijkstra@arm.com>
Thu, 16 Aug 2018 10:39:35 +0000 (10:39 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 16 Aug 2018 11:17:44 +0000 (13:17 +0200)
commit8f1259a6ef03edfa0f8e8b28fcaa13410b4e6b10
treee6291977e1509ac7431968368cecd0735d6a230d
parentef11dd8b470be9361cf9dc0c28fad53be68122f4
Improve sincosf comments

Improve comments in sincosf implementation to make the code easier
to understand.  Rename the constant pi64 to pi63 since it's actually
PI * 2^-63.  Add comments for fields of sincos_t structure.  Add comments
describing implementation details to reduce_fast.
newlib/libm/common/cosf.c
newlib/libm/common/sincosf.c
newlib/libm/common/sincosf.h
newlib/libm/common/sinf.c
This page took 0.028401 seconds and 5 git commands to generate.