Added function to get factorial of number

This commit is contained in:
2021-06-01 18:31:54 -04:00
parent 190d92da47
commit 07d32e6b42
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
//myClasses/Algorithms.hpp //myClasses/Algorithms.hpp
//Matthew Ellison //Matthew Ellison
// Created: 11-08-18 // 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 //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 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 it under the terms of the GNU Lesser General Public License as published by

View File

@@ -1,10 +1,10 @@
//myClasses/Algorithms.cpp //myClasses/Algorithms.cpp
//Matthew Ellison //Matthew Ellison
// Created: 11-14-18 // 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 //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 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 it under the terms of the GNU Lesser General Public License as published by