Are there any other different approaches on applying logarithmic functions on a 2D NumPy array?

I was exploring the NumPy library and found out about these functionalities in NumPy using which we can yield the logarithmic value of any number.

I was curious to know if there are any other ways to yield out the same result but with a different function, can anyone list down a few?