Selected Math Functions - PowerPoint PPT Presentation

1 / 2
About This Presentation
Title:

Selected Math Functions

Description:

1. Selected Math Functions. Carleton University. Department of Systems ... ECOR 1606 - Problem Solving and Computers. 2. double sin(double x); calculates sin(x) ... – PowerPoint PPT presentation

Number of Views:55
Avg rating:3.0/5.0
Slides: 3
Provided by: ianmar
Category:

less

Transcript and Presenter's Notes

Title: Selected Math Functions


1
Selected Math Functions
ECOR 1606 - Problem Solving and Computers
Carleton University Department of Systems and
Computer Engineering
2
Selected Math Functions
  • double sin(double x) calculates sin(x)
  • double cos(double x) cos(x)
  • double tan(double x) tan(x)
  • double asin(double x) calculates arcsin(x) ?
    sin-1(x)
  • double acos(double x) arccos(x)
  • double atan(double x) arctan(x)
  • double log(double x) natural logrithm of x,
    ln(x)
  • double log10(double x) base 10 log of x,
    log10(x)
  • double exp(double x) ex
  • double sqrt(double x)
  • double pow(double x, double y) xy
  • double fabs(double x) absolute value of x, x
Write a Comment
User Comments (0)
About PowerShow.com