We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ba5e commit 2438802Copy full SHA for 2438802
src/extra_functions.jl
@@ -1,4 +1,5 @@
1
function ifelse end
2
+ifelse(args...) = Core.ifelse(args...)
3
@register Base.conj(x)
4
@register Base.getindex(x,i)
5
@register Base.binomial(n,k)
0 commit comments