KnowledgeBoat Logo

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

7 Likes

Answer

pure functions

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

Answered By

5 Likes


Related Questions