-1
所以我想使用https://github.com/clojure/math.numeric-tower我該如何着手獲取和使用該庫。似乎沒有在頁面上的指示。不能使用clojure/math.numeric-tower
所以我想使用https://github.com/clojure/math.numeric-tower我該如何着手獲取和使用該庫。似乎沒有在頁面上的指示。不能使用clojure/math.numeric-tower
如果你正試圖從一個Leiningen管理Clojure的項目中使用它,你會在project.clj
文件添加[org.clojure/math.numeric-tower "0.0.2"]
到:dependencies
載體。然後運行相應的Leiningen命令,如lein repl
,如果您想要repl,或者如果您的項目是應用程序,則運行lein run
。