Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Input an integer, find the two closest integers which, when multiplied, equal the input

How to calculate the points between two given points and given distance?

c# java math geometry

How to extract digits from a number from left to right?

python math

PHP - Large Integer mod calculation

php integer math modulo

Mathematical Programming Languages

How to use linear interpolation estimate current position between two Geo Coordinates?

Getting Factors of a Number

c# performance math factors

How to transform mouse location in isometric tiling map?

algorithm math

Solving the recurrence relation T(n) = √n T(√n) + n [closed]

Parsing and computing boolean set definitions

python math set boolean scipy

Format string into scientific notation

c++ math string

get angle of a line from horizon

c# math geometry drawing

Scaling around a specific point in 2d coordinate system

How to do an inverse log transformation in R?

r math logarithm

Building a Collaborative filtering / Recommendation System

Area of a irregular shape

c++ math shapes

how to evaluate derivative of function in matlab?

math matlab

Reccurrence T(n) = T(n^(1/2)) + 1

A possible algorithm for determining whether two strings are anagrams of one another? [closed]

c string algorithm math anagram

Checking if a point is inside a rotated rectangle

c# math graphics xna geometry