The @which macro is nice. You need to pass it the whole function call (working 
code) , e.g.

@which sin(10)

It tells you exactly which method is being used, and gives a link to the source 
file. In IJulia this link is clickable and takes you to the correct line in 
GitHub. In Juno, it opens the relevant source file directly in Juno at the 
correct line. 

David 

Reply via email to