Python - tensorflow.math.expm1()
TensorFlow is open-source Python library designed by Google to develop Machine Learning models and deep learning  neural networks. expm1() is used to compute element wise exp(x)-1. Syntax: tensorflow.math.expm1(  x, name) Parameters: x: It's the input tensor. Allowed dtypes are bfloat16, half, flo