I have to use Python math.log(x)
function with values of x from (0, ..., 1). Sometimes x may be too close to zero, and Python gives me an error:
ValueError: math domain error
How can I know, what is the domain of definition of math.log
function?