Skip to content
Posts tagged: math
All Posts
-
★ Bayesian updates from negative genetic results
-
Algorithm to judge whether two expressions are equivalent
-
★ What does QR decomposition have to do with least squares method?
-
Can I deterministically sum a vector of arbitrarily arranged floating-point numbers?
-
Can I deterministically sum a vector of arbitrarily arranged floating-point numbers?
-
Up-to-date Matrix Cookbook
-
Solving Geometric Program
-
What is the most efficient general sin(x) algorithm, and how efficient is it?
-
How to deal with an $xy\le 1$ constraint?
-
Predicate for intersection of polygons
-
Multi-Statement Arithmetic in c++
-
Tools for plotting behavior of differential equations
-
Fast Voxel Traversal 2D
-
Efficiently obtain the graph from given facts
-
Representing 128-bit numbers in C++
-
How come $\pi$ is usually approximated as 3.14 or 22/7?
-
Covering Earth with Hexagonal Map Tiles
-
How to design inserting to an infinite array
-
Sign preserving modular distance
-
What is the best approximation of Pi?
-
Removing degree-2 vertices from a graph
-
Math - Formula V[i] = ([ V[i-1] * V[i-1] / (i + 2)] + V[ i-1] * i + i + 1) % 666013
-
Difficult equation question
-
What is the approximation equation for making the day/night wave
-
Height of call graph for TAK function
-
Figuring out the formula for two objects in 3d space
-
Clamping floating numbers in Python?
-
C++ solving for quartic roots (fourth order polynomial)