# LearnGammaPassRate **Repository Path**: wuchwei/learn-gamma-pass-rate ## Basic Information - **Project Name**: LearnGammaPassRate - **Description**: use C++ to implement the gamma function in PymedPhys library - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnGammaPassRate #### 介绍 use C++ to implement the gamma function in PymedPhys library ------------- #### Git 常用命令记录: 1、将本地仓库关联到远程仓库 git remote add origin git@xxxxx.git 2、取消本地仓库的关联仓库 git remote rm origin 3、提交 git push 4、下拉 git pull origin master --allow-unrelated-histories