Problem 60521. Implement the signum function
The signum function is a common mathematical function, which has the following definition :
If x => 0, its value is 1, if x < 0 its value is -1.
Given the value of x, implement the signum function.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
1723 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1801 Solvers
-
Create a square matrix of multiples
471 Solvers
-
Is this triangle right-angled?
5673 Solvers
-
Sum of diagonals elements of a matrix
220 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!