Skip to content

failed binomial #95

@yumat1413

Description

@yumat1413

Why this fails?:

using ArbNumerics
m=ArbReal(11//2,bits=64)
n=ArbReal(3,bits=64)
ArbNumerics.binomial(m,n)

And what is the inner error?:

using ArbNumerics
m=ArbReal(11,bits=64)
n=ArbReal(3,bits=64)
ArbNumerics.binomial(m,n)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions