Namya Shahbigsmoke.hashnode.dev·Dec 28, 2023Python cMath ModuleBasic Complex Number Functions: cmath.sqrt(): Calculates the square root of a complex number. cmath.exp(): Calculates the exponential of a complex number. cmath.log(): Calculates the natural logarithm of a complex number. cmath.log10(): Calculate...cmath
Namya Shahbigsmoke.hashnode.dev·Dec 27, 2023Python Math ModuleBasic Mathematical Functions: math.sqrt(): Calculates the square root of a number. math.pow(): Raises a number to a specified power. math.exp(): Calculates the exponential of a number. math.log(): Calculates the natural logarithm of a number. ma...exponential
Kaan Berke UGURLARkaanberke.hashnode.dev·Oct 20, 2023Why Logarithmic Functions?Let's start by answering What is a Logarithm? Imagine you're baking cookies and the recipe calls for 8 chocolate chips. You want to know how many times you'll need to double a single chocolate chip to end up with 8 chips total. You start with 1 chip....216 readsDeep Learning
Esther Ogundijotheseyiblog.hashnode.dev·Nov 25, 2022Logarithm in Complexity Analysis ExplainedFor a lot of people, some topics in computer science are intimidating because they are closely related to mathematics. Complexity Analysis is one of these topics. For the most part, we can try to understand this topic - \(O(1)\) indicates that the a...10 likes·58 readslogarithm