RosettaCodeData/Task/Comments/IDL/comments.idl

3 lines
116 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
; The following computes the factorial of a number "n"
fact = product(indgen( n )+1) ; where n should be an integer