Skip to content

Commit

Permalink
extend documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Oct 5, 2023
1 parent 847bbd7 commit e65728d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Li.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ License: MIT
```jldoctest; setup = :(using PolyLog)
julia> reli(10, 1.0)
1.0009945751278182
julia> reli(10, BigFloat("1.0"))
1.000994575127818085337145958900319017006019531564477517257788994636291465151908
```
"""
reli(n::Integer, x::Real) = _reli(n, float(x))
Expand Down

0 comments on commit e65728d

Please sign in to comment.