Question: Write a Rust signum function. It should accept an array of integers, and change the elements in the array values to -1, 0, or 1
Write a Rust signum function. It should accept an array of integers, and change the elements in the array values to -1, 0, or 1 depending on the sign of the elements in the argument array. Hint: Youre not returning a new array, youre changing the original.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
