Divisors
Returns the divisors of a number.
Syntax
divisors(Integer)
divisors(Integer, Boolean)
Description
Given an integer, returns a list with the positive divisors in ascending order.
Given an integer and a boolean , if b=false
it is the same as divisors(Integer)
; if b=true
returns the negative divisors too with the following structure: , with .