Subhradeep Sahasubhradeepsaha.hashnode.dev·May 7, 2024Solving a Leetcode problem daily — Day 8 | Sqrt(x)https://medium.com/@subhradeep_saha/solving-a-leetcode-problem-daily-day-8-sqrt-x-5e2521ef6fbe Here is the Leetcode problem link — https://leetcode.com/explore/learn/card/binary-search/125/template-i/950/ Problem Statement LeetCode presents a cha...Solving a Leetcode problem dailySquare root
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
Tanvir Ahmed Khantanvirahmedkhan.hashnode.dev·Oct 3, 2023Square Root Function Implementation in Assembly Language (MIPS32 ISA)💡 You can use Cpulator (Online Simulator) to execute this code. 💡 Remember to set the stack pointer beforehand, otherwise, it might throw you an 'overflow' error. The stack pointer is typically initialized to the highest address in the data segm...assembly language