Skip to content

Commit b4881bc

Browse files
authored
Update README.md
1 parent 6afe868 commit b4881bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Comparing the relative speed (`SpecialFunctions.jl / Bessels.jl`) for a vector o
2121
| besselk0 | 13x |
2222
| besselk1 | 15x |
2323

24+
* it looks like SpecialFunctions.jl doesn't always preserve the correct input type so some of the calculations may be done in Float64. This might skew the benchmarks for `Bessels.jl` as it should have all calculations done in the lower precision.
25+
2426
## Float64
2527

2628
| function | Relative speed |

0 commit comments

Comments
 (0)