Mathematics
9 Online
OpenStudy (lgbasallote):
what is the domain and codomain in \(\bf{int floor(float real)\{\cdots\}}\)
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (vishweshshrimali5):
eror
OpenStudy (vishweshshrimali5):
* error
mathslover (mathslover):
intfloor(floatreal){⋯}
OpenStudy (vishweshshrimali5):
I can't see the question ........ !
mathslover (mathslover):
what is the domain and codomain in intfloor(floatreal){⋯}
Join the QuestionCove community and study together with friends!
Sign Up
mathslover (mathslover):
press ctrl+F5 if you are having problem in seeing latex.
OpenStudy (lgbasallote):
i've gotten rusty in latex
\[\huge \bf{int \;\; floor (float \;\; real)\{\cdots\}}\]
mathslover (mathslover):
lol
OpenStudy (vishweshshrimali5):
still can't see
OpenStudy (vishweshshrimali5):
what is there in LATEX
Join the QuestionCove community and study together with friends!
Sign Up
mathslover (mathslover):
OpenStudy (cruffo):
Looks like the computer code to an online problem that didn't get generated..
ganeshie8 (ganeshie8):
domain : {...}
codomain : real
OpenStudy (lgbasallote):
why so?
OpenStudy (cruffo):
shouldn't it return an integer?
Join the QuestionCove community and study together with friends!
Sign Up
ganeshie8 (ganeshie8):
the way i interpreted is,
{...} is the input value you giving to the function chain
ganeshie8 (ganeshie8):
and u may have defined the function as real->real
ganeshie8 (ganeshie8):
all assumptions.. . not sure
OpenStudy (lgbasallote):
ahh nevermind found it
ganeshie8 (ganeshie8):
care to post the answer here lgba
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (lgbasallote):
domain is set of real numbers because it's the input then output is integers so it's teh codomain
ganeshie8 (ganeshie8):
u say output is the range it makes sense, but output maynot be codoamain right