{"id":16499360,"url":"https://github.com/expander/clausen.rs","last_synced_at":"2026-01-27T07:36:27.138Z","repository":{"id":207206653,"uuid":"716912174","full_name":"Expander/clausen.rs","owner":"Expander","description":"Clausen functions in rust","archived":false,"fork":false,"pushed_at":"2024-12-02T08:53:22.000Z","size":599,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T08:54:08.074Z","etag":null,"topics":["math","rust","special-functions"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Expander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-10T06:13:50.000Z","updated_at":"2024-12-02T08:53:24.000Z","dependencies_parsed_at":"2023-12-01T20:27:36.160Z","dependency_job_id":"9dab072a-d9d6-4c06-89ea-48f24997732c","html_url":"https://github.com/Expander/clausen.rs","commit_stats":null,"previous_names":["expander/clausen.rs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Expander/clausen.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fclausen.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fclausen.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fclausen.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fclausen.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Expander","download_url":"https://codeload.github.com/Expander/clausen.rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Expander%2Fclausen.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28808203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:14:39.408Z","status":"ssl_error","status_checked_at":"2026-01-27T07:14:39.098Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["math","rust","special-functions"],"created_at":"2024-10-11T14:52:17.850Z","updated_at":"2026-01-27T07:36:27.123Z","avatar_url":"https://github.com/Expander.png","language":"Rust","readme":"clausen\n=======\n\n[![Build Status](https://github.com/Expander/clausen.rs/workflows/test/badge.svg)](https://github.com/Expander/clausen.rs/actions)\n[![Documentation](https://docs.rs/clausen/badge.svg)](https://docs.rs/clausen/)\n[![Coverage Status](https://coveralls.io/repos/github/Expander/clausen.rs/badge.svg)](https://coveralls.io/github/Expander/clausen.rs)\n\nThe clausen package provides Rust implementations of the Standard\nClausen functions and Glaisher-Clausen functions of integer order for\nreal or complex arguments.\n\nThe clausen package depends on the `num` and the `polylog` crates.\n\n\nExample\n-------\n\n```rust\nuse clausen::{Cl, Sl};\nuse num::complex::Complex;\n\nlet x = 1.0;\nlet z = Complex::new(1.0, 1.0);\nlet n = 2;\n\nprintln!(\"Cl_{}({}) = {}\", n, x, x.cl(n)); // Cl_n(x)\nprintln!(\"Cl_{}({}) = {}\", n, z, z.cl(n)); // Cl_n(z)\nprintln!(\"Sl_{}({}) = {}\", n, x, x.sl(n)); // Sl_n(x)\nprintln!(\"Sl_{}({}) = {}\", n, z, z.sl(n)); // Sl_n(z)\n```\n\n\nNotes\n-----\n\nThe implementation of the Standard Clausen function `x.cl(n)` for real\n`x` and positive `n` follows the approach presented in [Jiming Wu,\nXiaoping Zhang, Dongjie Liu, \"An efficient calculation of the Clausen\nfunctions Cl_n(θ)(n \u003e= 2)\", Bit Numer Math 50, 193-206 (2010)\n[https://doi.org/10.1007/s10543-009-0246-8](https://doi.org/10.1007/s10543-009-0246-8)].\n\n\nCopying\n-------\n\nclausen is licenced under the GNU Lesser General Public License (GNU\nLGPL) version 3.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpander%2Fclausen.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpander%2Fclausen.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpander%2Fclausen.rs/lists"}