JanetDocsPlaygroundI'm feeling luckyGitHub sign in

math/atan



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

    (math/atan x)

    Returns the arctangent of x.


1 exampleSign in to add an example
Loading...
(math/atan 1)    # 0.785398
(math/atan 0.5)  # 0.463648
btbytesPlayground