exp function

CityEngine 2024.1    |    |  

Syntax

  • float exp(x)

Parameters

  1. xfloat

Returns

The base-e exponential function of x; this is the e number raised to the power x.

Description

The exp function calculates the exponential value of x.

Related