Skip to content

Implement hyperbolic trigonometry operations.

Petrichor Park requested to merge petrathekat/vkd3d:hyperbolic-trig into master

I'm working on adding all the intrinsics we haven't implemented yet. Here's sinh, cosh, and tanh.

Sinh/cosh are implemented in the same commit because they forward to the same backing function (because the identities used only differ by a plus or minus).

Merge request reports

Loading