Skip to contents

Computes the arctangent (y, x).

Arguments

y

DOUBLE

x

DOUBLE

Examples

if (FALSE) { # \dontrun{
atan2(1.0, 0.0)
} # }