-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
As per this discussion, implement these return types for x^y:
Int.^Int :: Union(Int,Float)
Array{Int}.^Int :: Union(Array{Int},Array{Float})
Array{Int}.^Array{Int} :: Array{Float}
Int.^Array{Int} :: Array{Float}
Metadata
Metadata
Assignees
Labels
No labels