> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/de/syntax-referenz/large-number-symbols.md).

# Großzahl-Symbole

Standardmäßig verwendet Soulver [SI-inspirierte](https://en.wikipedia.org/wiki/Metric_prefix) Symbole für große Zahlen bei der Anzeige großer Ergebnisse:

```
100,000 + 200,000 | 300k
3 million + 10%   | 3.3M
```

Wenn Ihnen diese Funktion nicht gefällt, können Sie sie für alle Zeilen deaktivieren (siehe [Answer Formatting](/de/documentation/formatting/answer-formatting-options.md)) oder zeilenweise im Kontextmenü einer Zeile.

{% hint style="success" %}
Wir glauben, dass diese Funktion die Arbeit mit großen Zahlen erleichtert, da Sie nicht die Nullen zählen müssen, um sofort die Größenordnung der Zahl zu kennen, mit der Sie arbeiten.
{% endhint %}

### Notation-Symbole für große Zahlen

Sie können auch Symbole für große Zahlen in Ihren mathematischen Ausdrücken verwenden, um die Arbeit mit großen Zahlen zu erleichtern.

Zahlen mit Währungssymbolen ($, €, £ usw.) unterstützen auch zusätzliche Notation-Symbole für große Zahlen.

{% tabs %}
{% tab title="Allgemein" %}

| Symbol       | Wert     | Beispiel |
| ------------ | -------- | -------- |
| k            | tausend  | 2.5k     |
| M            | million  | 5M       |
| G            | billion  | 10G      |
| T            | trillion | 20T      |
| {% endtab %} |          |          |

{% tab title="Währungen" %}

| Symbol        | Wert     | Beispiel          |
| ------------- | -------- | ----------------- |
| k oder K      | tausend  | $3k, $4K          |
| m oder M      | million  | $5m, €6M          |
| B, b oder bn  | billion  | $7B, ¥8b, $9bn    |
| T, t oder tn  | trillion | $10T, €11t, £12tn |
| {% endtab %}  |          |                   |
| {% endtabs %} |          |                   |

### Wissenschaftliche Notation

Wenn Sie eine Zahl lieber in wissenschaftlicher Notation als in der Notation für große Zahlen sehen möchten, verwenden Sie "as sci"

<div align="left"><figure><img src="/files/xrlEMGvTIwU4aRinYnmb" alt="" width="375"><figcaption><p>Eine große Zahl in wissenschaftliche Notation umwandeln</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.soulver.app/de/syntax-referenz/large-number-symbols.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
