Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. atan2

Tag: atan2

oracle August 6, 2017 1 min read by Dhaval Dadhaniya 0 comments

Oracle PL/SQL – ATAN and ATAN2 function example

This article show you how to use ATAN() and ATAN2() function in Oracle PL/SQL. 1. ATAN function examples The ATAN function returns the arc tangent of n, the n can be in an unbounded range. The function will returns a value in the range of -pi/2 to pi/2, expressed in radians. SELECT ATAN(1.5) FROM DUAL; […]

Read more Oracle PL/SQL – ATAN and ATAN2 function example

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS