Julia Programming Language
How to use a function in a module without specifying the module name
General Usage
jling
February 24, 2021, 4:41pm
2
yes, you need to
export
in the module and import in your code with
using
.
also yes
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Module with one function of same name as the module?
General Usage
pkg
,
module
8
1416
March 1, 2019
Avoid error message for function name conflict
General Usage
9
703
April 8, 2020
How to use function in REPL without module name
New to Julia
3
355
June 30, 2022
Using functions and types defined in a module, inside a function
General Usage
1
421
November 17, 2018
How to use function from package directly?
New to Julia
2
440
April 25, 2019