mp.tasks.vision.holistic_landmarker.base_vision_task_api.math.expm1

Return exp(x)-1.

This function avoids the loss of precision involved in the direct evaluation of exp(x)-1 for small x.