Blog
Functions
- August 16, 2020
- Category: Functions
No Comments
☼ Integer Part Function [ x ] OR Floor Function ⌊x⌋ :–
f : R → Z, f (x) = ‘ the greatest integer not greater than x ’ is called an Integer Part Function and it is denoted by [ x ] .
It is also called a Floor Function. And it is denoted by . i.e. f (x) = [ x ] = ⌊x⌋
☼ Ceiling Function ⌈x⌉ :–
f : R → Z, f (x) = ‘ the smallest integer not smaller than x ’ is called a Ceiling Function and it is denoted by ⌈x⌉ . i.e. f (x) = ⌈x⌉
☼ Identity Function :–
IA : A → A, IA (x) = x is called an Identity Function.
☼ Signum Function :–
f : R → { –1, 0, 1 }, f (x) = is called a Signum Function.