You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
Add, subtract, multiply and divide two fractions.py Initial commit 4 years ago
Add, subtract, multiply and division of two complex numbers.py Initial commit 4 years ago
Calculate a grid of hexagon coordinates of the given radius given lower-left and upper-right coordinates.py Initial commit 4 years ago
Calculate arc length of an angle.py Initial commit 4 years ago
Calculate clusters using Hierarchical Clustering method.py Initial commit 4 years ago
Calculate magic square.py Initial commit 4 years ago
Calculate surface volume and area of a cylinder.py Initial commit 4 years ago
Calculate surface volume and area of a sphere.py Initial commit 4 years ago
Calculate the absolute value of a floating point number.py Initial commit 4 years ago
Calculate the area of a parallelogram.py Initial commit 4 years ago
Calculate the area of a regular polygon.py Initial commit 4 years ago
Calculate the area of a trapezoid.py Initial commit 4 years ago
Calculate the area of sector.py Initial commit 4 years ago
Calculate the difference between the squared sum and the sum of squared of first n natural numbers.py Initial commit 4 years ago
Calculate the discriminant value.py Initial commit 4 years ago
Calculate the standard deviation.py Initial commit 4 years ago
Calculate the sum of all digits of the base to the specified power.py Initial commit 4 years ago
Calculate the volume of a tetrahedron.py Initial commit 4 years ago
Calculate wind chill index.py Initial commit 4 years ago
Casino simulation.py Initial commit 4 years ago
Compute Euclidean distance.py Initial commit 4 years ago
Compute the value of e using infinite series.py Initial commit 4 years ago
Computing square roots using the Babylonian method.py Initial commit 4 years ago
Convert Polar coordinates to rectangular coordinates.py Initial commit 4 years ago
Convert RGB color to HSV color.py Initial commit 4 years ago
Convert a binary number to decimal number.py Initial commit 4 years ago
Convert a float to ratio.py Initial commit 4 years ago
Convert a floating point number to an approximate rational value.py Initial commit 4 years ago
Convert an integer to a 2 byte Hex value.py Initial commit 4 years ago
Convert degree to radian.py Initial commit 4 years ago
Convert radian to degree.py Initial commit 4 years ago
Create a Pythagorean theorem calculator.py Initial commit 4 years ago
Create a dot string.py Initial commit 4 years ago
Create a range for floating numbers.py Initial commit 4 years ago
Create a simple math quiz.py Initial commit 4 years ago
Create an ASCII waveform.py Initial commit 4 years ago
Create the fraction instances of decimal numbers.py Initial commit 4 years ago
Create the fraction instances of float numbers.py Initial commit 4 years ago
Describe linear regression.py Initial commit 4 years ago
Display the fraction instances of the string representation of a number.py Initial commit 4 years ago
Distance between two points using latitude and longitude.py Initial commit 4 years ago
Find and display decimal numbers in sorted order.py Initial commit 4 years ago
Find out, if the given number is abundant.py Initial commit 4 years ago
Find perfect squares between two given numbers.py Initial commit 4 years ago
Find the next previous palindrome of a specified number.py Initial commit 4 years ago
Find the next smallest palindrome of a specified number.py Initial commit 4 years ago
Find the roots of a quadratic function.py Initial commit 4 years ago
Find the smallest multiple of the first n numbers.py Initial commit 4 years ago
Flip a coin 1000 times and count heads and tails.py Initial commit 4 years ago
Generate a series of unique random numbers.py Initial commit 4 years ago
Generate a square matrix filled with elements from 1 to n2 in spiral order.py Initial commit 4 years ago
Generate all permutations of a list in Python.py Initial commit 4 years ago
Generate random even integers in a specific numerical range.py Initial commit 4 years ago
Generate random float numbers in a specific numerical range.py Initial commit 4 years ago
Generate random integers in a specific numerical range.py Initial commit 4 years ago
Get a single random element from a specified string.py Initial commit 4 years ago
Get the length and angle of a complex number.py Initial commit 4 years ago
Get the local and default precision.py Initial commit 4 years ago
Implement Euclidean Algorithm to compute the greatest common divisor.py Initial commit 4 years ago
Matrix Addition using Nested Loop.py Initial commit 4 years ago
Maximum and minimum numbers from the specified decimal numbers.py Initial commit 4 years ago
Multiply two integers without using the star operator in python.py Initial commit 4 years ago
Parse math formulas and put parentheses around multiplication and division.py Initial commit 4 years ago
Print a complex number and its real and imaginary parts.py Initial commit 4 years ago
Print a random sample of words from the system dictionary.py Initial commit 4 years ago
Print all permutations of a given string.py Initial commit 4 years ago
Print all primes (Sieve of Eratosthenes) smaller than or equal to a specified number.py Initial commit 4 years ago
Print number with commas as thousands separators.py Initial commit 4 years ago
Print the first n Lucky Numbers.py Initial commit 4 years ago
Print the floating point from mantissa, exponent pair.py Initial commit 4 years ago
Python Program To Display Powers of 2 Using Anonymous Function.py Initial commit 4 years ago
Python Program to Find Armstrong Number in an Interval.py Initial commit 4 years ago
Randomly select an item from a list.py Initial commit 4 years ago
Retrieve the current global context for all decimal.py Initial commit 4 years ago
Returns sum of all divisors of a number.py Initial commit 4 years ago
Reverse a range.py Initial commit 4 years ago
Round a specified decimal by setting precision.py Initial commit 4 years ago
Round a specified number upwards towards infinity and down towards negative infinity.py Initial commit 4 years ago
Round up a number to specified digits.py Initial commit 4 years ago
Select a random date in the current year.py Initial commit 4 years ago
Shuffle the following elements randomly.py Initial commit 4 years ago
Split fractional and integer parts of a floating point number.py Initial commit 4 years ago
Square root and exponential of a given decimal number.py Initial commit 4 years ago
Sum all amicable numbers from 1 to specified numbers.py Initial commit 4 years ago
nth Catalan Number.py Initial commit 4 years ago