Hey,
Does sci has clojure.math ? I'm trying to use it, but getting errors when trying to require the namespace.
Not by default, it's pretty easy to add it though.
{:namespaces {'clojure.math (sci/copy-ns clojure.math (sci/create-ns 'clojure.math)}}https://github.com/babashka/nbb/blob/main/src/nbb/impl/math.cljs
thanks3