Skip to content

Commit 7ae245a

Browse files
author
[FacuFalcone]
committed
Update Modules of Combinatorial Calculus
1 parent f791672 commit 7ae245a

5 files changed

Lines changed: 3 additions & 64 deletions

File tree

Combination/Combinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
from Permutations.Factorial import Factorial as F
23+
from Permutation.Factorial import Factorial as F
2424

2525

2626
def SimpleCombinatory():

Permutation/Permutations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
from Permutations.Factorial import Factorial as F
23+
from Permutation.Factorial import Factorial as F
2424

2525

2626
def SimplePermutation():

Permutation/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
22-
23-
from Permutations import Permutation as P, Factorial as F

Variation/Variation.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

Variation/Variations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
from Permutations.Factorial import Factorial as F
23+
from Permutation.Factorial import Factorial as F
2424

2525

2626
def SimpleVariation():

0 commit comments

Comments
 (0)