TheAlgorithms / MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MIT License
373 stars 176 forks source link

Factorial #14

Closed MaSi-dev closed 5 years ago

MaSi-dev commented 5 years ago

with using the function of factor(n), the factorial of n will be calculated and shown.