I was looking for a way to map values from the range [-1,1] to [0,1], and, surprisingly, Google gives me no results. DDG gave me a useful stack exchange answer.<p>Very confused why this would happen. Anyone else have the same behavior?<p>screenshot link: https://imgur.com/a/JKueUge
Google favors more natural language queries. Using <i>”map values from the range [-1,1] to [0,1]”</i> (the text you chose to tell us what you mean by <i>“map -1 1 to 0 1”</i>. That probably is telling) gives me <a href="https://math.stackexchange.com/questions/1567823/how-can-i-map-a-1-to-1-range-into-0-1" rel="nofollow">https://math.stackexchange.com/questions/1567823/how-can-i-m...</a> as top hit. That gives the answer <i>(x+1)/2</i>, which, IMO, is the most natural way to do it.