Skip to content

Commit

Permalink
Updates the Math submodule to 5dc041bfe2.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Mar 7, 2025
1 parent 092f968 commit e533cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 41 files
+54 −106 .github/workflows/main.yml
+1 −1 stan/math/fwd/fun/pow.hpp
+1 −1 stan/math/fwd/functor/finite_diff.hpp
+1 −1 stan/math/prim/fun/atan2.hpp
+3 −3 stan/math/prim/fun/bessel_first_kind.hpp
+3 −3 stan/math/prim/fun/bessel_second_kind.hpp
+1 −1 stan/math/prim/fun/beta.hpp
+2 −3 stan/math/prim/fun/binary_log_loss.hpp
+5 −3 stan/math/prim/fun/binomial_coefficient_log.hpp
+1 −1 stan/math/prim/fun/choose.hpp
+3 −3 stan/math/prim/fun/falling_factorial.hpp
+1 −1 stan/math/prim/fun/fdim.hpp
+1 −1 stan/math/prim/fun/fmax.hpp
+1 −1 stan/math/prim/fun/fmin.hpp
+6 −4 stan/math/prim/fun/fmod.hpp
+1 −1 stan/math/prim/fun/gamma_p.hpp
+1 −1 stan/math/prim/fun/gamma_q.hpp
+1 −1 stan/math/prim/fun/hypot.hpp
+1 −1 stan/math/prim/fun/lbeta.hpp
+1 −1 stan/math/prim/fun/ldexp.hpp
+1 −1 stan/math/prim/fun/lmgamma.hpp
+1 −1 stan/math/prim/fun/lmultiply.hpp
+1 −1 stan/math/prim/fun/log_diff_exp.hpp
+3 −3 stan/math/prim/fun/log_falling_factorial.hpp
+3 −3 stan/math/prim/fun/log_inv_logit_diff.hpp
+5 −3 stan/math/prim/fun/log_modified_bessel_first_kind.hpp
+3 −3 stan/math/prim/fun/log_rising_factorial.hpp
+1 −1 stan/math/prim/fun/log_sum_exp.hpp
+5 −3 stan/math/prim/fun/modified_bessel_first_kind.hpp
+5 −3 stan/math/prim/fun/modified_bessel_second_kind.hpp
+1 −1 stan/math/prim/fun/multiply_log.hpp
+5 −2 stan/math/prim/fun/owens_t.hpp
+1 −1 stan/math/prim/fun/pow.hpp
+3 −3 stan/math/prim/fun/rising_factorial.hpp
+4 −4 stan/math/prim/fun/select.hpp
+3 −3 stan/math/prim/fun/to_complex.hpp
+66 −66 stan/math/prim/functor/apply_scalar_binary.hpp
+3 −3 stan/math/prim/functor/apply_scalar_ternary.hpp
+1 −1 stan/math/rev/fun/pow.hpp
+16 −16 stan/math/rev/functor/apply_scalar_binary.hpp
+4 −4 test/unit/math/prim/functor/apply_scalar_binary_test.cpp

0 comments on commit e533cf7

Please sign in to comment.