8000 divide by 0 is wrong · Issue #330 · jank-lang/jank · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
divide by 0 is wrong #330
Open
Open
@jianlingzhong

Description

@jianlingzhong

on current main branch:

clojure.core=> (/ 1 0)
0

clojure.core=> (/ 0 1)
0

clojure.core=> (/ 1 0.0)
##Inf

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0