JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/atan2



    cfunction
    src/core/math.c on line 303, column 1

    (math/atan2 y x)

    Returns the arctangent of y/x. Works even when x is 0.


1 exampleSign in to add an example
Loading...
(math/atan2 0 0)
# => 0
sogaiuPlayground