sum_of_digit_factorials

sum_of_digit_factorials(number) -> 

Calculates the sum of the factorial of each digit in a number, often used in problems involving curious numbers like 145.

Parameters:
NameDescription
numberThe number for which to calculate the sum of digit factorials.