Skip to content

Commit

Permalink
Add doc string for laurent_series_field (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Aug 14, 2024
1 parent 100c6cd commit eb98179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LaurentSeries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ caching of the parent object is not required, `cached` can be set to `false`.
laurent_series_ring(R::Ring, prec::Int, s::VarName; cached::Bool=true) =
Generic.laurent_series_ring(R, prec, Symbol(s); cached)

@doc raw"""
laurent_series_field(R::Field, prec::Int, s::VarName; cached::Bool=true)
See [`laurent_series_ring`](@ref).
"""
laurent_series_field(R::Field, prec::Int, s::VarName; cached::Bool=true) =
Generic.laurent_series_field(R, prec, Symbol(s); cached)

0 comments on commit eb98179

Please sign in to comment.