stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 44 forks source link

Vectorize atan2 #1364

Closed WardBrian closed 1 year ago

WardBrian commented 1 year ago

Closes #1363

Submission Checklist

Release notes

Exposed vectorized signatures for the atan2 function.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

codecov[bot] commented 1 year ago

Codecov Report

Merging #1364 (01c6149) into master (2da1bbc) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1364      +/-   ##
==========================================
- Coverage   89.44%   89.44%   -0.01%     
==========================================
  Files          65       65              
  Lines       10649    10648       -1     
==========================================
- Hits         9525     9524       -1     
  Misses       1124     1124              
Files Changed Coverage Δ
src/middle/Stan_math_signatures.ml 98.15% <100.00%> (-0.01%) :arrow_down: