dmd.root.longdouble

80-bit floating point value implementation if the C/D compiler does not support them natively.

Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved All Rights Reserved, written by Rainer Schuetze http://www.digitalmars.com

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt) https://github.com/dlang/dmd/blob/master/src/root/longdouble.d

Members

Functions

ld_add
longdouble_soft ld_add(longdouble_soft ld1, longdouble_soft ld2)

////////////////////////////////////////////////////////////////////

Manifest constants

LD_TYPE_OTHER
enum LD_TYPE_OTHER;

///////////////////////////////////////////////////////////

Static variables

ld_qnan
longdouble_soft ld_qnan;

///////////////////////////////////////////////////////////

Suggestion Box / Bug Report