# 仓颉科学库 - 开源说明
**项目名称**:仓颉科学库(scientific)
**一句话描述**:仓颉语言实现的科学计算基础功能
**开源日期**:2025-10-15
**主办方/维护者**:bhzhan
# 许可证
* **开源许可证**:Apache License 2.0
* **许可证文件**:请查阅项目根目录下的 LICENSE 文件,以了解完整的条款和条件
* **SPDX标识符**:Apache-2.0
# 如何贡献
我们热烈欢迎并衷心感谢所有形式的贡献!无论是报告错误、提出新功能、改进文档,还是提交代码拉取请求(Pull Request),都是对我们项目的宝贵支持。
## 贡献流程简介
1. Fork 本仓库到您自己的账户下。
2. 创建特性分支 (`git checkout -b feature/AmazingFeature`)。
3. 提交您的更改 (`git commit -m 'Add some AmazingFeature`')。
4. 推送到分支 (`git push origin feature/AmazingFeature`)。
5. 开启一个 Pull Request。
我们承诺会尽快审查您的贡献。
# 依赖开源库
* asa111 - 正态分布的计算,LPGL(仅动态链接)
* besselj - Bessel J 函数的计算,LPGL(仅动态链接)
* cdflib - 随机分布的累积分布函数,LPGL(仅动态链接)
* mt19937 - 随机数生成,BSD 3-Clause
* pocketfft - 快速 Fourier 变换,BSD 3-Clause
* OPENBLAS (https://github.com/OpenMathLib/OpenBLAS),镜像 (https://gitcode.com/gh_mirrors/ope/OpenBLAS) - BSD 3-Clause
* matplotplusplus (https://github.com/alandefreitas/matplotplusplus),镜像 (https://gitcode.com/bhzhan/matplotplusplus/) - MIT License