Julia Programming Language
MethodError: no matching method for Int64 despite specifying Real
New to Julia
question
,
parametric-types
,
function-parameters
mkitti
May 13, 2023, 7:22pm
2
Try
function point_within(point::Tuple{<:Real, <:Real}, polygon::Vector{<:Tuple{<:Real, <:Real}})
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Problems using Int as a Real
New to Julia
question
5
457
April 15, 2022
Confused about parametric method definitions
New to Julia
2
898
May 24, 2017
Function working on parametric types
New to Julia
4
341
January 26, 2023
Question about function argument
New to Julia
7
1111
December 6, 2017
How to deal with parameters of the type Vector{Tuple}?
New to Julia
4
1095
January 26, 2021