Meera has created a small program in Python. She wants to store elements of the same data type in an organized
data structure using the Numpy library. To do this Meera should use the Numpy ............... function.

Respuesta :

Answer:

NumPy contains a large number of various mathematical operations.

...

Numpy | Mathematical Function.

Function Description

expm1() Calculate exp(x) – 1 for all elements in the array.

exp2() Calculate 2**p for all p in the input array.

log10() Return the base 10 logarithm of the input array, element-wise.

log2() Base-2 logarithm of x.