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 almost 3 years ago Table of Contents Parameters Returns Examples