Computer Applications

Operations like square root, sine and cosine are

  1. impure functions
  2. pure functions
  3. static functions
  4. class functions

Java Math Lib Methods

10 Likes

Answer

pure functions

Reason — Operations like square root, sine and cosine are pure functions as they do not modify their arguments.

Answered By

6 Likes


Related Questions