Skip to content

return types of x^y #169

@StefanKarpinski

Description

@StefanKarpinski

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions