CatMath

From Second Life Wiki
Revision as of 17:46, 21 December 2015 by KyleFlynn Resident (talk | contribs) (→‎Mathematics)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mathematics

Name Creator Description
Prefix Calculator Xaviar Czervik A calculator that evaluates expressions in prefix notation.

+ 3 4 = 5. * + 1 2 + 3 4 = 14.

Mandelbrot Explorer Babbage Linden An interactive fractal explorer.
Matrix Functions KyleFlynn A set of 3x3 matrix functions, multiplication, division, inversion, transposition, etc.
Pseudo-random Number Generator Xaviar Czervik Generates a Pseudo-random number between -0x7FFFFFFF and 0x7FFFFFFF
Random Gaussian Number Generator Vlad Davidson Generates a random number drawn from a normal (Gaussian; bell-curve) distribution, based on a specified mean/stdev