ClausenFunctions

Clausen functions in Julia

https://github.com/expander/clausenfunctions.jl

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary

Keywords

julia math special-functions

Keywords from Contributors

polylogarithm
Last synced: 4 months ago · JSON representation ·

Repository

Clausen functions in Julia

Basic Info
  • Host: GitHub
  • Owner: Expander
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 563 KB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 18
Topics
julia math special-functions
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

ClausenFunctions.jl

test coverage

The ClausenFunctions.jl package provides Julia implementations of the Standard Clausen functions and Glaisher-Clausen functions of integer order for real or complex arguments.

Example

```.jl using ClausenFunctions

real arguments

cl1(1.0) # Standard Clausen function Cl1(x) cl2(1.0) # Standard Clausen function Cl2(x) cl3(1.0) # Standard Clausen function Cl3(x) cl4(1.0) # Standard Clausen function Cl4(x) cl5(1.0) # Standard Clausen function Cl5(x) cl6(1.0) # Standard Clausen function Cl6(x) cl(10, 1.0) # Standard Clausen function Cln(x) cl(10, big"1") # Standard Clausen function Cln(x) sl(10, 1.0) # Glaisher-Clausen function Sln(x) sl(10, big"1") # Glaisher-Clausen function Sln(x)

complex arguments

cl1(1.0 + 1.0im) # Standard Clausen function Cl1(x) cl(10, 1.0 + 1.0im) # Standard Clausen function Cln(x) cl(10, big"1" + 1im) # Standard Clausen function Cln(x) sl(10, 1.0 + 1.0im) # Glaisher-Clausen function Sln(x) sl(10, big"1" + 1im) # Glaisher-Clausen function Sl_n(x) ```

Documentation

https://docs.juliahub.com/ClausenFunctions/

Notes

The implementation of the Standard Clausen function cl(n,x) for real x follows the approach presented in [Jiming Wu, Xiaoping Zhang, Dongjie Liu, "An efficient calculation of the Clausen functions Cl_n(θ)(n >= 2)", Bit Numer Math 50, 193-206 (2010) https://doi.org/10.1007/s10543-009-0246-8].

Copying

ClausenFunctions.jl is licenced under the MIT License.

Owner

  • Name: Alexander Voigt
  • Login: Expander
  • Kind: user
  • Location: Flensburg
  • Company: Hochschule Flensburg

since 2019 lecturer at HS Flensburg, 2016-2019 Researcher at RWTH Aachen University, 2014-2016 Researcher at DESY Hamburg, 2010-2014 Researcher at TU Dresden

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Voigt"
  given-names: "Alexander"
  orcid: "https://orcid.org/0000-0001-8963-6512"
title: "ClausenFunctions.jl"
version: 1.16.1
date-released: 2024-12-19
url: "https://github.com/Expander/ClausenFunctions.jl"
license: MIT

GitHub Events

Total
  • Create event: 2
  • Commit comment event: 1
  • Release event: 1
  • Delete event: 1
  • Push event: 3
  • Pull request event: 1
Last Year
  • Create event: 2
  • Commit comment event: 1
  • Release event: 1
  • Delete event: 1
  • Push event: 3
  • Pull request event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 110
  • Total Committers: 3
  • Avg Commits per committer: 36.667
  • Development Distribution Score (DDS): 0.082
Top Committers
Name Email Commits
Alexander Voigt a****t@g****m 101
Alexander Voigt a****t@h****m 6
Alexander Voigt E****r@u****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • Expander (10)
Top Labels
Issue Labels
Pull Request Labels
enhancement (2)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 8 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 17
juliahub.com: ClausenFunctions

Clausen functions in Julia

  • Versions: 17
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 8 Total
Rankings
Dependent repos count: 9.9%
Average: 36.9%
Dependent packages count: 38.9%
Stargazers count: 45.1%
Forks count: 53.5%
Last synced: 4 months ago

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite