Skip to content

Commit

Permalink
bench: use SpecialFunctions package
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 2, 2024
1 parent 41135da commit 8f0f3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 1.5
BenchmarkTools 0.5.0
SpecialFunctions 0.10.3
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# limitations under the License.

import BenchmarkTools
using SpecialFunctions
using Printf

# Benchmark variables:
Expand Down

0 comments on commit 8f0f3b6

Please sign in to comment.