Chouser a écrit :
> What the remaining vars do is a mystery for all but those willing to
> plumb the depths of Clojure's Java sources:
>
> *macro-meta*
> *math-context*
> *use-context-classloader*
>   
I can shed some light on one third of this mystery:
*math-context* can be bound to an instance of MathContext 
(http://java.sun.com/j2se/1.5.0/docs/api/java/math/MathContext.html) to 
control how operations on BigDecimals are performed (rounding and 
precision).

Christophe

-- 
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.blogspot.com/ (en)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to