Skip to content

Extended math support

Additional math functions and constants as expressions and conditions.

Authors and contributors to this community extension: Add00, Jurfix.


Expressions: - Mathematical constants - Greatest common factor/Lowest common multiple - Factorial - Coordinates conversion for polar and isometric systems - ToFixedString: Formats a number into a string with the specified number of decimal places - ToFixed: (Deprecated) Formats a number to use the specified number of decimal places

Conditions:

  • IsEven: Check if the number is even (divisible by 2)

Release Notes:

Version 1.0.7

  • Added ToFixedString()
  • Deprecated ToFixed() because it does not show any trailing zeros for whole numbers. Prefer using ToFixedString() to set values in text objects.

Tip

Learn how to install new extensions by following a step-by-step guide.

This page is an auto-generated reference page about the Extended math support extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.