Packages Flashcards
1
Q
Julia as a Second Language
What is the package containing extra math constants?
A
Base.MathConstants
2
Q
How do you call up the statistic module?
A
3
Q
What is the benefits of calling up the statistic module (or any module)?
A
4
Q
In the REPL, how can you get help with the statistic module (or any other module)?
A
5
Q
In the REPL, how can you get an overview of what types and functions exist with the statistic module (or any other module)?
A
6
Q
What are two ways to compute averages using the statistic module?
A
7
Q
How can you find how much values differ, using the statistic module?
A