docs.unity.cn
    Show / Hide Table of Contents

    Method exp

    exp(Single)

    Returns the base-e exponential of x.

    Declaration
    public static float exp(float x)
    Parameters
    Type Name Description
    Single x

    Input value.

    Returns
    Type Description
    Single

    The base-e exponential of the input.

    exp(float2)

    Returns the componentwise base-e exponential of x.

    <