[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[[["Computes the inverse complementary error function of a given input number."],["Returns the result as a number, representing the inverse erfc value."],["Accepts a single numeric input, ranging from 0 to 1 (or numbers that will be interpreted as such)."],["`erfcInv(0)` results in Infinity, `erfcInv(1)` results in 0, and values between 0 and 1 provide the corresponding inverse complementary error function values."]]],["The core functionality computes the inverse complementary error function using `erfcInv()`. It takes a numerical input and returns its corresponding inverse complementary error function value. The input value is a Number, and the output is also a Number. For example, `erfcInv()` of 0 returns Infinity, 0.001 returns approximately 2.32675, and 1 returns 0. It's available in both JavaScript and Python environments.\n"]]