Does anybody know an object or smart solution to manipulate all the elements stored in a list at once, like for example multiplying it by a certain number to scale them to a specific range?
Thank you!
Manipulate all elements of a list
Does anybody know an object or smart solution to manipulate all the elements stored in a list at once, like for example multiplying it by a certain number to scale them to a specific range?
Thank you!
check out the list-abs library, list-map can do it if no other object in it can
Oops! Looks like something went wrong!