Fork me on GitHub
#sci
<
2024-02-01
>
mynomoto19:02:26

Hey, Does sci has clojure.math ? I'm trying to use it, but getting errors when trying to require the namespace.

borkdude19:02:44

Not by default, it's pretty easy to add it though.

{:namespaces {'clojure.math (sci/copy-ns clojure.math (sci/create-ns 'clojure.math)}}