---
title: Float64
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float64
---

# Float64

A 64-bit floating point type.

## Declaration

```swift
typealias Float64 = Double
```

## See Also

### Floating-Point Type Aliases

- [Float32](swift/float32.md)
