Frames Per Second

Published by Nomove in

Create a function that returns the number of frames shown in a given number of minutes for a certain FPS.

Examples

Frames(1, 1) ➞ 60

Frames(10, 1) ➞ 600

Frames(10, 25) ➞ 15000

Notes

FPS stands for "frames per second" and it's the number of frames a computer screen shows every second.

Watch a quick demo on how Edabit works.