Arulius Savio

Arulius Savio

Numpy Modified Bessel Function First Kind

How to Use Numpy i0 in Python?

This article will talk about the Numpy i0 function. The year was 1817. It was a fine evening when a German astronomer by the name of Friedrich Wilhelm Bessel was taking a closer look at the movement of planets. Well,…

Numpy Positive

How to Use Numpy Positive in Python?

This article would be covering a rather strange function within the numpy library of Python. It is so strange that at prima facie one might even question its very existence. Enter the numpy.positive( ) function! It returns the element-wise numerical…

Numpy Logaddexp2

How to Use Numpy Logaddexp2 in Python?

There are many articles in AskPython detailing the various functions that the numpy library of Python has got to offer. In this article, we shall explore one which combines the logarithmic and exponential functions to the base of 2 –…

Numpy Logaddexp

How to Use Numpy Logaddexp in Python?

With a series of articles in AskPython elaborating on the various functions available within the numpy library of Python, here’s another one with combines logarithms and exponentials! Let’s get things started by first importing the numpy library using the following…

Numpy Log1p

How to Use Numpy log1p in Python?

With a series of articles in AskPython elaborating on the various functions available within the numpy library of Python, it is time to say hello to logarithms! Before getting to know about the function in Python let’s try to understand…

Numpy Exmp1( )

Numpy Exmp1: A Complete Guide

Euler’s number, also known as ‘e’, is an important mathematical constant that was named after the 18th century mathematician, Leonhard Euler. This number has been estimated to have over a trillion digits of accuracy and is an important tool in…