mp.tasks.vision.holistic_landmarker.base_vision_task_api.math.log

log(x, [base=math.e])

Return the logarithm of x to the given base.

If the base not specified, returns the natural logarithm (base e) of x.