ClausenFunctions.jl

Clausen functions in Julia

MIT License

Stars
5
Committers
1
ClausenFunctions.jl - ClausenFunctions.jl 1.16.0 Latest Release

Published by Expander 7 months ago

Fixes

  • correctly handle signed zero
ClausenFunctions.jl - ClausenFunctions.jl 1.15.0

Published by Expander 11 months ago

Fixes

  • Correction in documentation of cl(n,z) and sl(n,z) regarding the allowed input values for n.
ClausenFunctions.jl - ClausenFunctions.jl 1.14.0

Published by Expander 11 months ago

New

  • implementation of Cl(n,x) and Sl(n,x) for n<1
ClausenFunctions.jl - ClausenFunctions.jl 1.13.0

Published by Expander about 1 year ago

New

  • implementation of cl(n,x) for x of type (real or complex) BigFloat
  • implementation of sl(n,x) for x of type (real or complex) BigFloat
ClausenFunctions.jl - ClausenFunctions.jl 1.12.0

Published by Expander about 1 year ago

New

  • implementation of cl1(z) for complex z
  • implementation of cl1(z) with arbitrary precision
  • implementation of cl(n,z) for complex z
  • implementation of sl(n,z) for complex z
ClausenFunctions.jl - ClausenFunctions.jl 1.11.0

Published by Expander almost 2 years ago

Changes

  • fix type instability of cl1
ClausenFunctions.jl - ClausenFunctions.jl 1.10.0

Published by Expander almost 2 years ago

Changes

  • type-generic function interfaces, now accepting numbers of type Real
  • performance improvement of range reduction
ClausenFunctions.jl - ClausenFunctions.jl 1.9.0

Published by Expander over 2 years ago

Changes

  • performance improvement of Cl(n,x) and Sl(n,x)
ClausenFunctions.jl - ClausenFunctions.jl 1.8.0

Published by Expander almost 3 years ago

New

  • Glaisher-Clausen function Sl(n,x) for integers n > 0 and real numbers x
ClausenFunctions.jl - ClausenFunctions.jl 1.7.0

Published by Expander almost 3 years ago

Changes

  • performance improvement of Cl(n,x)
  • removed dependency on SpecialFunctions
ClausenFunctions.jl - ClausenFunctions.jl 1.6.0

Published by Expander almost 3 years ago

Changes

  • performance improvement of Cl1
ClausenFunctions.jl - ClausenFunctions.jl 1.5.0

Published by Expander almost 3 years ago

New

  • Implementation of the general standard Clausen function Cl(n,x) for all integers n > 0 and all x of type Float64
  • Implementation of Cl1(x)
ClausenFunctions.jl - ClausenFunctions.jl 1.4.0

Published by Expander almost 3 years ago

New

  • implementation of standard Clausen function Cl5
  • implementation of standard Clausen function Cl6

Changes

  • small performance improvement of Cl2, Cl3 and Cl4 for arguments less than pi/2
ClausenFunctions.jl - ClausenFunctions.jl 1.3.0

Published by Expander almost 3 years ago

New

  • implementation of standard Clausen function Cl4
ClausenFunctions.jl - ClausenFunctions.jl 1.2.0

Published by Expander almost 3 years ago

New

  • implementation of standard Clausen function Cl3
ClausenFunctions.jl - ClausenFunctions.jl 1.1.0

Published by Expander almost 3 years ago

Changes

  • performance improvement of Clausen function Cl2
ClausenFunctions.jl - ClausenFunctions.jl 1.0.0

Published by Expander almost 3 years ago

New

  • Implementation of the standard Clausen function Cl2 for real arguments.