What is the value of {-0.9} , where {.} is fractional part function?
Ps: Use Graham et al. definition. Ah! Why do we have two rules?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The fractional part function is defined as follows
{ x } = x − [ x ]
where [ x ] is the integer part. In this case, it should have worked out as follows
{ − 0 . 9 } = − 0 . 9 − [ − 0 . 9 ] = − 0 . 9 − 0 = − 0 . 9
Look it up.
Log in to reply
See graph of fractional part function.
Or use property {-x} = 1- {x}
Do you remember that fractional part function gives value greater than or equal to 0 and less than 1?
Problem Loading...
Note Loading...
Set Loading...
{-0.9} = -0.9 - [-0.9] = -0.9 + 1 = 0.1