# gsl_special_functions **Repository Path**: zgsl-f/gsl_special_functions ## Basic Information - **Project Name**: gsl_special_functions - **Description**: GNU 科学计算库的特殊函数模块,Fortran 接口包。 - **Primary Language**: FORTRAN - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: https://gsl-special-functions-api.netlify.app/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-12 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: gsl, Fortran接口库, 科学计算, 特殊函数 ## README # 特殊函数 [![Netlify Status](https://api.netlify.com/api/v1/badges/c5bb3d99-c12a-49c2-8803-2193dc01d8e0/deploy-status)](https://app.netlify.com/sites/gsl-special-functions-api/deploys) GNU 科学计算库的特殊函数模块,Fortran 接口包。 **欢迎建议与代码贡献!** ```fortran use gsl_special_functions_m ``` 备注:与 GSL 一致,采用 `c_int` 和 `c_double` 类型。 ## 使用 [fortran-lang/fpm](https://github.com/fortran-lang/fpm) 构建 依赖库:“GSL” 。 ```fpm fpm build --profile release ``` 通过 fpm,可以直接引用 gsl_special_functions 包: ```toml [dependencies] gsl_special_functions = { git = "https://gitee.com/zoziha/gsl_special_functions" } ``` ## API 文档 ```sh ford FORD-project-file.md ``` 最新的 API 文档,请访问 [gsl-special-functions-api](https://gsl-special-functions-api.netlify.app/) 和 [gsl/specfunc](https://www.gnu.org/software/gsl/doc/html/specfunc.html)。 ## 参考链接 - [GSL](https://www.gnu.org/software/gsl/) - [FGSL](https://github.com/reinh-bader/fgsl) ## GSL 的 GPL 许可证说明 有关许可证的常见问题的一些答案: - 如果我编写一个使用 GSL 的应用程序,我是否被迫分发该应用程序? 不会。许可证让您可以选择分发您的应用程序(如果您愿意)。 您不必在许可证中行使此选项。 - 如果我想分发使用 GSL 的应用程序,我需要使用什么许可证? GNU 通用公共许可证 (GPL)。 商业用户的底线: - GSL 可以在团队内部(“in-house”)不受限制地使用,但只能在软件情况下使用 GNU GPL 许可证重新分发。