index
:
clojure
1.0.x
1.1.x
1.2.x
20081217
20090320
applet
chunks
ensure
equal
equiv
gh-pages
lazy
master
new
num
par
prim
seqfns
streams
The Clojure programming language http://clojure.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jvm
/
clojure
/
lang
/
Numbers.java
Age
Commit message (
Expand
)
Author
2008-12-14
Moved to Eclipse Public License - see epl-v10.html or
Rich Hickey
2008-12-08
added unchecked-remainder
Rich Hickey
2008-10-04
added inlining for integer bitops
Rich Hickey
2008-07-22
fixed truncation in double/long/float_array
Rich Hickey
2008-06-02
added overload resolution support
Rich Hickey
2008-06-02
named int and long divide unchecked-divide
Rich Hickey
2008-06-01
new primitives support
Rich Hickey
2008-06-01
interim checkin - DO NOT USE!
Rich Hickey
2008-05-30
added aset!, aclone
Rich Hickey
2008-05-28
primitive vector support
Rich Hickey
2008-05-27
primitive vectors, in progress
Rich Hickey
2008-05-23
added inlined math primitives in int/long/float/double namespaces
Rich Hickey
2008-05-21
interim checkin
Rich Hickey
2008-04-14
arbitrary precision bitops
Rich Hickey
2008-04-11
bitops in Numbers, from Stephen C. Gilardi
Rich Hickey
2008-04-08
added with-precision patch from Christophe Grand
Rich Hickey
2008-04-08
added rationalize, fixed toRatio, added BigInteger and BigDecimal to auto-imp...
Rich Hickey
2008-04-07
new numbers - all Num derivees should be not-in-use, all numbers are Java's b...
Rich Hickey
2008-04-07
more numbers experimentation
Rich Hickey
2008-04-07
more numbers experimentation
Rich Hickey
2008-04-03
more numbers experimentation
Rich Hickey
2008-04-03
changed *out* type hint to Writer
Rich Hickey
2008-04-02
more numbers experimentation
Rich Hickey
2008-04-02
fixed internal reduce
Rich Hickey
2008-04-02
range seq, internal reduce in ISeq
Rich Hickey
2008-04-01
experimenting with new numbers prototype
Rich Hickey
2008-04-01
starting new numbers prototype
Rich Hickey
2008-03-31
starting new numbers prototype
Rich Hickey