Skip to content

Commit

Permalink
Fix binomial ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 27, 2023
1 parent 2888d49 commit 4314e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra_functions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@register_symbolic Base.binomial(n, k)::Int true [Integer]
@register_symbolic Base.binomial(n, k::Integer)::Int true

@register_symbolic Base.sign(x)::Int
derivative(::typeof(sign), args::NTuple{1,Any}, ::Val{1}) = 0
Expand Down

0 comments on commit 4314e98

Please sign in to comment.