Commits


David Li authored and Antoine Pitrou committed 01f3338f7cf
ARROW-13095: [C++] Implement trig compute functions Adds sin/cos/tan and their inverses. Checked variants check for what would be domain errors (this does not apply to atan/atan2). Closes #10544 from lidavidm/arrow-13095 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>