5
----OVERVIEW----
This little function generates numeric arrays from math functions, like f(num) = num + 1 and f(num) = num * num.
If you want more details and usage examples, download the cartridge.
----UPDATES----
07/05/22: Add GitHub repository link on code
25/05/22(v0.2):
* Demo presentation changes:
° The graphs use points instead of lines.
° There are the X and Y axes.
* Math functions changes:
° The math functions in the code return nil if the input number leads to an error.
° Added functions: f(num) = log(num), f(num) = 2^num, and f(num) = asin(num/8)
° Deleted functions: Factorial and Fibonacci.
* More readable code.
Vand
|
how, this is useful a hell
|
JoaoPauloVF
|
@Vand: I'm glad you valued it :)
|