Fact If n is an integer and is lower than 171, n! returns n*(n-1)*(n-2)*...*1. Example : 6! -> 720 (6*5*4*3*2*1) Syntax : < n >! | fact( n )