Skip to content

Commit 8feac42

Browse files
committed
FIX: using ATAN instead of ARCTAN
1 parent 82f4c81 commit 8feac42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/n-math.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ enum {SINE, COSINE, TANGENT};
231231

232232
/***********************************************************************
233233
**
234-
*/ REBNATIVE(arctan)
234+
*/ REBNATIVE(atan)
235235
/*
236-
// arctan: native [
236+
// atan: native [
237237
// {Returns the trigonometric arctangent.}
238238
// value [decimal!] "In radians"
239239
// ]

0 commit comments

Comments
 (0)