| Script | Author |
|---|---|
|
parseInt
Parse a numeric string in some specified base and the quantity as an integer |
By Daniel
March 21, 2009 |
|
toString
Generates a string representation of an integer using the specified base |
By Daniel
March 21, 2009 |
|
line_intersects_line
Tests whether the line (NOT line segment) running from (x1, y1) to (x2, y2) intersects the line running from (x3, y3) to (x4, y4). |
By Daniel
January 12, 2009 |
|
arab2roman
Constructs a Roman numeric representation of a given integer (which should be typed as a real, not a string) between 1 and 3,999,999. |
By Daniel
January 11, 2009 |
|
string_soundex
Returns the Soundex code of some string |
By Daniel
January 11, 2009 |