Print view · Exp · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Exp

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/exp

Studio and Graph › Voxel › Math

Exp

e raised to the input, with the exponent clamped to plus or minus 80 so it cannot run away to infinity.

Exp node

The Exp node

When to use it

e raised to the input, with the exponent clamped to plus or minus 80 so it cannot run away to infinity.

It still grows absurdly fast. exp(20) is half a billion. This is a falloff tool, not a scaling tool: exp of a negative squared distance is the Gaussian bump you usually wanted.

A field that has gone flat and enormous is nearly always an exp with a positive argument nobody meant to feed it.

Pins

Pin Type Description
Input Number The number to work on.
Pin Type Description
Result Number The answer.