Files
freeCodeCamp/guide/chinese/mathematics/what-is-the-domain-of-a-function/index.md
2018-10-16 21:32:40 +05:30

453 B
Raw Blame History

title, localeTitle
title localeTitle
What Is the Domain of a Function 什么是函数的域

什么是函数的域

函数的域是自变量的完整可能值集。换句话说域是所有可能的x值的集合它将使函数“工作”并将输出实际的y值。

例如对于y = sqrtx + 2 此函数的域为x> = -2 。

更多信息:

函数的域和范围