It's only 2 characters in APL, where most math functions are intrinsic:
?!
Explanation: The question mark operator requests user input, and the monadic exclamation point applies the factorial function. Since the result isn't assigned to any variable or used in further calculations, it gets printed.
APL isn't as popular as it used to be, but one of my customers still has some production APL applications.
