Implements IEEE 754‐2019 minimum semantics. Returns the smaller of 2 arguments, returning a quiet NaN if an argument is a NaN and treating ‐0 as less than +0.

Synopsis

Declared in <llvm/ADT/APFloat.h>

APFloat
minimum(
    APFloat const& A,
    APFloat const& B);

Return Value

Arbitrary‐precision floating‐point value.

Parameters

Name

Description

A

Arbitrary‐precision floating‐point value.

B

Arbitrary‐precision floating‐point value.

Created with MrDocs