Tag

Complex Numbers

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Aug 19, 2023 · Backend Development

How to Use PHP's sqrt() Function to Calculate Square Roots

This article explains the PHP sqrt() function, demonstrates how to compute square roots for positive and negative numbers, shows how to cast the result to an integer, and highlights important usage considerations with clear code examples.

BackendComplex Numbersfunction
0 likes · 5 min read
How to Use PHP's sqrt() Function to Calculate Square Roots
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2022 · Fundamentals

Advanced Number, Date, and Formatting Techniques in Python

This article explains how to perform precise numeric operations, format numbers, convert between bases, handle complex numbers, work with infinities and NaN, use fractions, manipulate large arrays with NumPy, generate random data, and manage dates, times, and time zones in Python.

Complex NumbersDateTimeDecimal
0 likes · 24 min read
Advanced Number, Date, and Formatting Techniques in Python