numpy.exp() en Python
numpy.exp(array, out = None, where = True, casting = ‘same_kind’, order = ‘K’, dtype = None): esta función matemática ayuda al usuario a calcular la exponencial de todos los elementos en la array de entrada. Parámetros: array : [array_like]Input array or object whose elements, we need to test. out : [ndarray, optional]Output array with same … Continue reading «numpy.exp() en Python»