Hello all! I’m writing a piece of software which needs to do some trigonometric calculations. It seems as though, on the JVM-based implementation of Clojure, most people use the Java interoperability functions to perform these calculations. However, I would like my software to run as ClojureScript too. Surprisingly, there was no sign of a CLJC basic mathematics library even on the Clojure Toolbox site.
Does anyone happen to know of (or has written!) a library that allows you to call basic mathematical functions without regard to the platform? Thanks!