Skip to content

Failing to prove unsamplable #118

Description

@pavpanchekha

Here's a super simple benchmark that we aren't able to prove unsamplable:

(define (f)
  (log (+ (exp 1000000000000000000) 0)))
(explain f)

The (+ _ 0) operation is necessary; I think it avoids an optimizing rewrite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions