Actually I just realized that you can use the java math api. Whoops.
http://docs.oracle.com/javase/6/docs/api/java/lang/Math.html
(math/sqrt 2)
2.0
(math/log 4)
1.3862943611198906

Hooray!

On Fri, Apr 27, 2012 at 7:44 PM, Sean Neilan <s...@seanneilan.com> wrote:

> I'm good! Incanter has a log function & adding   :jvm-opts
> ["-Djava.awt.headless=true"]
> to project.clj gets rid of the window.
>
> On Fri, Apr 27, 2012 at 7:41 PM, Sean Neilan <sneil...@gmail.com> wrote:
>
>> Hi All,
>>
>> There exists a log function by Konrad Hinsen
>>
>> http://richhickey.github.com/clojure-contrib/generic.math-functions-api.html
>>
>> But, does it work in Clojure 1.3 and above? If so, how would I start
>> using it without leiningen?
>>
>> Incanter has a log function but whenever I do (use '(incanter core)) to
>> get the log function, a swing window gets itself ready to display charts.
>> This is definitely fixable though.
>>
>> Thank you for your time.
>>
>
>

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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