Calculate exponential values node


#1

Hi,

I’m setting up a node network in maya 2017 and wondered if there is a node that would do the same as math.exp in python?

Thanks
Dan


#2

Create a multiplyDivide node, set the mode to power, and set input1.x to e.


#3

Thank you :slight_smile: