Scraps tagged 'Math'
| Scrap | User | Syntax | License | Created | Updated |
|---|---|---|---|---|---|
|
Transpose of an nxm matrix using Scheme
This code takes an input matrix as a list of lists, and outputs the transpose of the matrix as a list ...
|
tagged 'Math' by vpoddar88 | Scheme | Public Domain | 10 Jan 2010 | 2 years, 4 months ago |
|
Transpose of an nxm matrix using SML and Pattern Matching
This code takes an input matrix as a list of lists, and outputs the transpose of the matrix as a list ...
|
tagged 'Math' by vpoddar88 | Scheme | Public Domain | 10 Jan 2010 | 2 years, 4 months ago |
|
mandelPoint.c
Determine how many iterations of the Mandelbrot function it takes a point to escape
|
tagged 'Math' by jwodder | C | Public Domain | 13 Jan 2010 | 2 years, 4 months ago |
|
GCD in Forth
Greatest common denominator/divisor function in Forth
|
tagged 'Math' by jwodder | Plain Text | Public Domain | 12 Jan 2010 | 2 years, 4 months ago |
|
Exponentiation in Forth
Integer exponentiation in Forth
|
tagged 'Math' by jwodder | Plain Text | Public Domain | 12 Jan 2010 | 2 years, 4 months ago |
|
bellrand.c
Randomly generate a number with a normal distribution
|
tagged 'Math' by jwodder | C | Public Domain | 12 Jan 2010 | 2 years, 4 months ago |
|
gcd.c
Greatest common denominator/divisor function in C
|
tagged 'Math' by jwodder | C | Public Domain | 13 Jan 2010 | 2 years, 4 months ago |
|
modInverse.c
Calculate the multiplicative inverse of `a` modulo `n`
|
tagged 'Math' by jwodder | C | Public Domain | 13 Jan 2010 | 2 years, 4 months ago |
| tagged 'Math' by jwodder | Plain Text | Public Domain | 13 Jan 2010 | 2 years, 4 months ago | |
| tagged 'Math' by jwodder | Haskell | Public Domain | 13 Jan 2010 | 2 years, 4 months ago | |
|
bellrand.hs
Generate random numbers with a normal distribution
|
tagged 'Math' by jwodder | Haskell | Public Domain | 13 Jan 2010 | 2 years, 3 months ago |
Page:
1