FACTDOUBLEReturns the double factorial of a number. Parameters value Number (required) - The value for which to calculate the double factorial. Returns Number Examples JavaScriptFACTDOUBLE(5) // returns 15Updated 24 days ago FACTFALSETable of Contents Parameters Returns Examples