You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions only work for certain data types. In order to give worthwhile feedback it is good to include simple tests at the beginning of the function to weed out any invalid data. Create a recursive function for double factorial. Double factorials are defined as n*(n-2)*(n-4). . . with double factorial of 1 or 0 both equaling 1.