Questions tagged as 'factorial'

1
answer

Improvement to perform the factorial in the rust language

I am beginning to study the language rust and, as I usually do to compare with other languages, I want to implement the factorial calculation for large numbers (aka "BigInts" ). I use the version rust 1.9.0 (stable) , which forces me to s...
asked by 27.06.2016 / 15:09
2
answers

Doubt with the code to add and extract the factorial in Java

I'm starting with the Java programming language and I'm very green, the first exercise already brings me a headache, I have a problem to solve with this code, because I do not know how it really works, I had to add all the numbers from 1 at 100...
asked by 14.10.2016 / 13:21