freeCodeCamp/guide/chinese/mathematics/what-is-the-range-of-a-func.../index.md

463 B
Raw Blame History

title localeTitle
What Is the Range of a Function 什么是函数的范围

什么是函数的范围

在替换域之后函数的范围是因变量的所有可能结果值的完整集合。换句话说范围是在替换所有可能的x值后得到的y值。

例如对于y = sqrtx + 2 此函数的范围是y> = 0 。

更多信息:

函数的域和范围