As the title says, is there a function that can raise a number to -1?
You could do it yourself and simply put it as (1/x) or use Mathf.Pow()
As the title says, is there a function that can raise a number to -1?
You could do it yourself and simply put it as (1/x) or use Mathf.Pow()