We can find out the functionality a module has by using the help() instruction with the name of the module between the parentheses.
help()
Make sure to pick help followed by ( and then math, ).
help
(
math
)