<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLMathFloatingPointFunctions",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLMathFloatingPointFunctions"
  },
  "title" : "MTLMathFloatingPointFunctions"
}
-->

# MTLMathFloatingPointFunctions

Indicates which FP32 math functions Metal uses.

```
enum MTLMathFloatingPointFunctions
```

## Topics

### Function sets

[`MTLMathFloatingPointFunctionsFast`](/documentation/Metal/MTLMathFloatingPointFunctions/fast)

An indication that Metal uses the fast version of the 32b floating-point math functions.

[`MTLMathFloatingPointFunctionsPrecise`](/documentation/Metal/MTLMathFloatingPointFunctions/precise)

An indication that Metal uses the precise version of the 32b floating-point math functions.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)