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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!