sci

2024-02-01T19:26:26.546199Z

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

borkdude 2024-02-01T19:27:44.698079Z

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

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

2024-02-01T19:32:40.289819Z

thanks3