FACTDOUBLESuggest EditsReturns 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 15 Updated about 1 month ago Table of Contents Parameters Returns Examples