exp
Calculate the exponential function of x
will return the result of raising the constant e (Euler's number) to the power of x (argument). The return_type specifies in which data type the result will be returned in, like shown in below example:
Last updated