Number Functions Flashcards
Julia as a Second Language
Name two functions to find the minimum and maximum values of an integer type?
Julia as a Second Language
Name a function to use for unlimited integer size
Julia as a Second Language
What are the ways to write 32 and 64 bits floating point numbers?
Julia as a Second Language
What are four ways to do division?
Julia as a Second Language
How do you write a one-line function for a math equation?
Julia as a Second Language
How do you add and subtract using a function?
Julia as a Second Language
How do you use functions to calculate remainders?
Julia as a Second Language
How do you use functions to calculate division?
correct answer
How do you use functions to round numbers?