Skip to content

Commit 8f0f3b6

Browse files
committed
bench: use SpecialFunctions package
1 parent 41135da commit 8f0f3b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
julia 1.5
22
BenchmarkTools 0.5.0
3+
SpecialFunctions 0.10.3

lib/node_modules/@stdlib/math/base/special/erf/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using SpecialFunctions
2021
using Printf
2122

2223
# Benchmark variables:

0 commit comments

Comments
 (0)