Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Slava Pestov
|
e1efb189a4
|
math and math.vectors: improved documentation
|
2009-09-23 03:08:45 -05:00 |
Slava Pestov
|
32b95c2cdf
|
math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot
|
2009-09-12 22:20:13 -05:00 |
Slava Pestov
|
018677319c
|
math, syntax: fix help lint
|
2009-09-12 21:07:31 -04:00 |
Slava Pestov
|
3c55e7fe0c
|
Add NAN: literal syntax for NANs with a payload
|
2009-09-12 15:06:15 -05:00 |
Slava Pestov
|
ec70e1d714
|
More minor documentation tweaks
|
2009-08-30 06:32:20 -05:00 |
Doug Coleman
|
7c92ab1ea5
|
move if-zero etc to math, remove 1-/1+ from math
|
2009-08-14 14:27:23 -05:00 |
Doug Coleman
|
15ae8fb673
|
fix sgn docs
|
2009-08-11 18:15:24 -05:00 |
Joe Groff
|
f034be3c9e
|
nitpick
|
2009-07-24 21:04:49 -05:00 |
Doug Coleman
|
01a0bf7c36
|
add more links to floating point words in docs
|
2009-07-24 18:11:51 -05:00 |
Slava Pestov
|
4ee1f68e30
|
Documentation fixes
|
2009-07-18 06:32:57 -05:00 |
Joe Groff
|
7584b30755
|
"math" help-lint
|
2009-05-09 20:23:56 -05:00 |
Joe Groff
|
9021062795
|
fp-nan? was defined incorrectly. while i'm here, let's add some more float manipulation words
|
2009-05-09 09:49:31 -05:00 |
Slava Pestov
|
99b8400e56
|
Documentation updates
|
2009-04-06 03:00:46 -05:00 |
Slava Pestov
|
8385e9d9f5
|
Fixing compile errors, test failures and help lint failures
|
2009-03-23 17:12:41 -05:00 |
Doug Coleman
|
a083832ab4
|
fix typo in math docs
|
2009-02-26 18:10:11 -06:00 |
Daniel Ehrenberg
|
35b526cc7a
|
Docs for lists, consolidating list functionality in lists, minor API changes
|
2009-02-09 14:29:09 -06:00 |
Slava Pestov
|
a9ef525aed
|
Help lint fixes for stricter help lint
|
2009-01-27 04:12:37 -06:00 |
Slava Pestov
|
92f9338978
|
Smart quotes
|
2009-01-26 23:20:27 -06:00 |
Doug Coleman
|
66f5694462
|
document more core/ words
|
2009-01-17 22:15:57 -06:00 |
Slava Pestov
|
0021cde743
|
Fix more compile errors
|
2008-12-15 22:21:56 -06:00 |
Slava Pestov
|
fa146b248a
|
Remove obsolete info; 1+ and 1- are identical to 1 + and 1 - in reality
|
2008-12-05 02:11:50 -06:00 |
Slava Pestov
|
3d8f432856
|
Clarify math.bitwise -vs- bitwise-arithmetic docs
|
2008-11-19 19:23:11 -06:00 |
Slava Pestov
|
9bf63b1613
|
New $quotation markup element
|
2008-11-16 09:03:30 -06:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Doug Coleman
|
3d7ed0f122
|
document ?1+ for the lulz
|
2008-09-17 00:21:11 -05:00 |
Doug Coleman
|
73086e1a61
|
add fp-infinity?, docs, and tests
|
2008-09-03 01:35:03 -05:00 |
Doug Coleman
|
bb8fcf245f
|
fix math docs
|
2008-09-02 15:17:18 -05:00 |
Slava Pestov
|
110a5e5162
|
Change equality semantics
|
2008-09-02 02:02:05 -05:00 |
Slava Pestov
|
f279015b85
|
Minor fixes
|
2008-08-06 04:46:30 -05:00 |
Slava Pestov
|
af09eae727
|
Add some more interval operations
|
2008-07-22 01:27:39 -05:00 |
Slava Pestov
|
b36e06d0d6
|
Builtinn types now use new slot accessors; tuple slot type declaration work in progress
|
2008-06-28 02:36:20 -05:00 |
Doug Coleman
|
15402ed1b4
|
core changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:12:44 -05:00 |
Slava Pestov
|
390afacac8
|
Better modular arithmetic optmizer
|
2008-04-17 12:22:24 -05:00 |
Doug Coleman
|
1e538ccd03
|
more docs
|
2008-04-03 22:16:37 -05:00 |
Slava Pestov
|
32526206f1
|
Help fixes
|
2008-03-11 19:51:58 -05:00 |
Slava Pestov
|
feb4e8df9e
|
Fix typo
|
2008-01-21 15:33:37 -05:00 |
Slava Pestov
|
9c1454ef68
|
Rename real/imaginary slots of complex to real-part/imaginary-part to avoid clashing with the real class word; fix bug where redefining a generic as a class leaves the word in a weird state
|
2007-12-27 17:26:39 -05:00 |
Slava Pestov
|
d7217801c3
|
Documentation fixes
|
2007-12-11 22:36:40 -05:00 |
U-SLAVA-FB3999113\Slava
|
e9b42fa635
|
Move more math stuff to extra/, get compiler to work without ratios/complex numbers
|
2007-10-14 20:38:23 -04:00 |
Slava Pestov
|
a96457cecc
|
Initial import
|
2007-09-20 18:09:08 -04:00 |