1 / 11

제 12 장 수학함수

제 12 장 수학함수. 목 차. 수학함수의 종류와 사용법 연습문제. 삼각함수. 삼각함수. 예제 ( 삼각함수 ). 쌍곡선함수 , 지수 , 근 , 절대 함수. 쌍곡선 함수. 지수 , 근 , 절대 함수. abs(), sqrt(), pow(). 예제 (abs(), sqrt(), pow()). 대수함수. 예제 ( 대수함수 ). 난수함수. 난수함수. 음수를 입력하면 양수로 양수를 입력하면 양수로 출력되는 프로그램을 작성하시오 . ( 단 , abs() 함수를 사용해서 작성한다 .)

Télécharger la présentation

제 12 장 수학함수

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 제 12 장 수학함수

  2. 목 차 • 수학함수의 종류와 사용법 • 연습문제

  3. 삼각함수

  4. 삼각함수 • 예제 (삼각함수)

  5. 쌍곡선함수, 지수,근, 절대 함수 • 쌍곡선 함수 • 지수, 근, 절대 함수

  6. abs(), sqrt(), pow() • 예제 (abs(), sqrt(), pow())

  7. 대수함수 • 예제 (대수함수)

  8. 난수함수 • 난수함수

  9. 음수를 입력하면 양수로 양수를 입력하면 양수로 출력되는 프로그램을 작성하시오. (단, abs() 함수를 사용해서 작성한다.) • 사용자로부터 두 개의 인자를 받고 다음과 같이 승수를 구하는 프로그램을 작성하시오. (단, pow() 함수를 사용하시오.) 입력 : 5 7 출력 : 78125

  10. abs() 함수(절대값을 구해주는 함수)를 작성하시오. • pow() 함수(승수를 구해주는 함수)를 작성하시오.

  11. 사용자로부터 2개의 인자를 받고 승수를 구하는 함수를 작성하시오. 입력 : 5 7 출력 : 5 x 5 x 5 x 5 x 5 x 5 x 5 = 78,125

More Related