Skip to content

blitz::epsilon(__float128) = 0 #63

@slayoo

Description

@slayoo

Migrated from: https://sourceforge.net/p/blitz/bugs/67/

$ cat bug.cpp
#include <blitz/array.h>
#include <quadmath.h>

int main()
{
printf("%Qe\n", blitz::epsilon(__float128(0)));
}
$ g++ -lquadmath bug.cpp
$ ./a.out
0.000000e+00

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions