Problem Closed. This question is off-topic. It is not currently accepting answers. Questions containing broken code or asking for advice […]
Tag: mathematics
Math formulas in Haskell
Problem I wrote some math formulas in Haskell and was wondering about how to clean the code up and make […]
Calculation of trigonometric sine function
Problem I’m creating a client-side pie chart in XSLT 1.0, without extensions or external dependencies (i.e., cannot use FXSLT, EXSLT, […]
PHP find cheapest permutation
Problem I have multiple products that all have sizes and I need to find the cheapest configuration that meets the […]
Factoring quadratic equation
Problem I have a program I am writing that calculates Algebra 2 functions and equations. The interface is all CLI, […]
Countdown to January 1 2016 [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. This question does not appear to be a […]
Quadratic equation solver in Ruby
Problem I wrote a simple quadratic equation solver with Ruby to help me solve quadratic equations. Please tell me what […]
Compute the square root of a positive integer using binary search
Problem The requirement is to find the square root of a positive integer using binary search and the math property […]
Numeric center in Java
Problem I got a proposed exercise from a Java2 book. This one wants me to find out the numeric centers. […]
Math Equation Solver
Problem I made this math script, where you enter an equation and it solves it for you. I was wondering […]