---
title: Exponent
framework: swift
role: symbol
role_heading: Associated Type
path: swift/floatingpoint/exponent-swift.associatedtype
---

# Exponent

A type that can represent any written exponent.

## Declaration

```swift
associatedtype Exponent : SignedInteger
```
