{"id":15286670,"url":"https://github.com/musm/sleef.jl","last_synced_at":"2026-03-16T09:32:04.045Z","repository":{"id":61799545,"uuid":"70119451","full_name":"musm/SLEEF.jl","owner":"musm","description":"A pure Julia port of the SLEEF math library","archived":false,"fork":false,"pushed_at":"2020-02-10T20:14:35.000Z","size":92,"stargazers_count":25,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-07T03:46:54.520Z","etag":null,"topics":["julia","math"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/musm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-06T03:28:11.000Z","updated_at":"2025-04-17T12:11:07.000Z","dependencies_parsed_at":"2022-10-21T11:15:38.531Z","dependency_job_id":null,"html_url":"https://github.com/musm/SLEEF.jl","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FSLEEF.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FSLEEF.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FSLEEF.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musm%2FSLEEF.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musm","download_url":"https://codeload.github.com/musm/SLEEF.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810275,"owners_count":21807759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["julia","math"],"created_at":"2024-09-30T15:18:10.546Z","updated_at":"2026-03-16T09:32:03.996Z","avatar_url":"https://github.com/musm.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e \u003cimg\nsrc=\"https://rawgit.com/musm/SLEEF.jl/master/doc/src/assets/logo.svg\"\nalt=\"SLEEF Logo\" width=\"380\"\u003e\u003c/img\u003e \u003c/div\u003e\n\n\nA pure Julia port of the [SLEEF math library](https://github.com/shibatch/SLEEF)\n\n**History**\n- Release [v0.4.0](https://github.com/musm/SLEEF.jl/releases/tag/v0.4.0) based on SLEEF v2.110\n- Release [v0.3.0](https://github.com/musm/SLEEF.jl/releases/tag/v0.3.0) based on SLEEF v2.100\n- Release [v0.2.0](https://github.com/musm/SLEEF.jl/releases/tag/v0.2.0) based on SLEEF v2.90\n- Release [v0.1.0](https://github.com/musm/SLEEF.jl/releases/tag/v0.1.0) based on SLEEF v2.80\n\n\u003cbr\u003e\u003cbr\u003e\n[![Travis Build Status](https://travis-ci.org/musm/SLEEF.jl.svg?branch=master)](https://travis-ci.org/musm/SLEEF.jl)\n[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/j7lpafn4uf1trlfi/branch/master?svg=true)](https://ci.appveyor.com/project/musm/SLEEF-jl/branch/master)\n[![Coverage Status](https://coveralls.io/repos/github/musm/SLEEF.jl/badge.svg?branch=master)](https://coveralls.io/github/musm/SLEEF.jl?branch=master)\n[![codecov.io](http://codecov.io/github/musm/SLEEF.jl/coverage.svg?branch=master)](http://codecov.io/github/musm/SLEEF.jl?branch=master)\n\n# Usage\n\nTo use  `SLEEF.jl`\n```julia\npkg\u003e add SLEEF\njulia\u003e using SLEEF\n\njulia\u003e SLEEF.exp(3.0)\n20.085536923187668\n\njulia\u003e SLEEF.exp(3f0)\n20.085537f0\n```\n\nThe available functions include (within 1 ulp)\n```julia\nsin, cos, tan, asin, acos, atan, sincos, sinh, cosh, tanh,\n    asinh, acosh, atanh, log, log2, log10, log1p, ilogb, exp, exp2, exp10, expm1, ldexp, cbrt, pow\n ```\n\nFaster variants (within 3 ulp)\n ```julia\nsin_fast, cos_fast, tan_fast, sincos_fast, asin_fast, acos_fast, atan_fast, atan2_fast, log_fast, cbrt_fast\n```\n\n## Notes\n\nThe trigonometric functions are tested to return values with specified\naccuracy when the argument is within the following range:\n\n- Double (Float64) precision trigonometric functions : `[-1e+14, 1e+14]`\n- Single (Float32) precision trigonometric functions : `[-39000, 39000]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusm%2Fsleef.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusm%2Fsleef.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusm%2Fsleef.jl/lists"}