Fork me on GitHub
#beginners
<
2017-08-26
>
rgdelato03:08:10

does Clojure have an exponentiation function?

shaunlebron04:08:42

@rgdelato Math/pow works in both clojure and cljs

shaunlebron04:08:59

nothing in core api wraps it though (that I know of)

hmaurer20:08:40

Quick question: how can I format a string over multiple lines, e.g. an exception message (`(Exception. "...")`) without adding whitespace/line jumps?

sundarj20:08:22

@hmaurer not sure if there's another way, but you could just use str