Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Line 170:
 
===Mathematical Operations===
* Task: bAckermann. The idea is to take the Ackermann function and find the sequence of all possible calls to the function sorted by number of recursions. The output would begin:
A(0,x) , A(1,0) , A(1,1) , A(2,0) , A(1,2) , ...
* Write a programm in our programming language, that showns the numerical limits of all available datatypes for numbers. The limits of datatypes could be max number, min number, bit precission, decimal precission, etc.
* [[Convert a decimal number to fraction ]]Convert a decimal number to fraction.
Anonymous user