Welcome To Snipplr


Everyone's Recent Snippets Tagged math



« Prev 1 2
A simple program to calculate the area and perimeter of a circle and to calculate the area and volume of a sphere. Source is commented,
0 3697 posted 11 years ago by Tharix
Brendan Eich is working on officially adding Math.TAU to JavaScript. Until JavaScript has full support for the Math.TAU constant, you can add the following at the start of your programs to add support for the TAU constant.
0 1724 posted 11 years ago by pmw57
Sublime Text
0 3290 posted 12 years ago by greencocoa
Sublime Text
0 3407 posted 12 years ago by greencocoa
Sublime Text
0 3392 posted 12 years ago by greencocoa
Sublime Text
0 3259 posted 12 years ago by greencocoa
A random number generator using a for-loop.
0 1713 posted 12 years ago by karellism
This function will return the sum of the characters making up a number. For example, summate(321) will return 6. summate(123) will also return 6, because both 123 and 321 are made out of the same characters. Supports integers of any length, but only...
0 2017 posted 12 years ago by Salamandern
Soma example of validation parentheses in math expressions. [{()}] - valid [{){}] - wrong
0 2431 posted 13 years ago by AlexanderRavikovich
Sum all elements of a bidimensional or multi-dimensional array with an assigned key
0 1810 posted 13 years ago by eortiz
You have to use float or double for the returned value, since the scale occurs in a continuous function.
0 2530 posted 13 years ago by rtperson
Credit goes to Bruno Imbrizi.
0 1948 posted 13 years ago by adrianparr
Credit goes to Bruno Imbrizi.
0 4362 posted 13 years ago by adrianparr
Clever usage of apply allows you to use built-ins functions for some tasks that otherwise probably would have been written by looping over the array values. As an example here we are going to use Math.max/Math.min to find out the maximum/minimum valu...
0 2404 posted 13 years ago by hellowouter
Numerical Methods application for solving system of equation using Gaussian Elimination based on this Wikipedia article: http://j.mp/GV3PcN
0 1634 posted 13 years ago by Bangonkali
Número aleatorio entre a y a + b, excluyendo a + b: a + Math.random() * b
0 1517 posted 14 years ago by goo
Don't forget to include jQuery validation plugin before this snippet. You can find it here: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
0 2256 posted 14 years ago by racl101
Easy but powerful.
0 1168 posted 15 years ago by iamdezzy
I'm just trying
0 1407 posted 15 years ago by iamdezzy
1 2376 posted 15 years ago by adrianparr
0 3473 posted 15 years ago by 13tazer31
0 3527 posted 15 years ago by 13tazer31
Returns an array of all the prime numbers up to (n) using an implementation of the Sieve of Eratosthenes.
0 1193 posted 15 years ago by pmigueld
0 1352 posted 15 years ago by ianbaldy
0 1690 posted 15 years ago by magicrebirth
syntax: roundToNearest(45, YourValueHere);
1 1609 posted 15 years ago by Winkyboy
0 1246 posted 15 years ago by b121417
« Prev 1 2