Format Large Number

Pure
FormatLargeNumber

Formats large numbers with suffixes (1.5K, 2.3M, 1.0B).

Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text

Inputs

NameTypeDefaultDescription
ValuefloatValue parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Display score/currency in a compact format.

Example 2

Show damage numbers in an abbreviated form.