From 07d32e6b42f0ff4b068870807c5b7bec812fd2e0 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 1 Jun 2021 18:31:54 -0400 Subject: [PATCH] Added function to get factorial of number --- Algorithms.hpp | 4 ++-- testAlgorithms.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Algorithms.hpp b/Algorithms.hpp index 039b58a..05bccc2 100644 --- a/Algorithms.hpp +++ b/Algorithms.hpp @@ -1,10 +1,10 @@ //myClasses/Algorithms.hpp //Matthew Ellison // Created: 11-08-18 -//Modified: 07-28-20 +//Modified: 06-01-21 //This file contains the declarations and implementations to several algoritms that I have found useful /* - Copyright (C) 2020 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/testAlgorithms.cpp b/testAlgorithms.cpp index c6492bb..75479f1 100644 --- a/testAlgorithms.cpp +++ b/testAlgorithms.cpp @@ -1,10 +1,10 @@ //myClasses/Algorithms.cpp //Matthew Ellison // Created: 11-14-18 -//Modified: 07-28-20 +//Modified: 06-01-21 //This is the file that tests all my algorithms, both for speed and accuracy /* - Copyright (C) 2020 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by