meta data for this page
  •  

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

python:math [2021/04/02 12:50] (현재)
moonrepeat 만듦
줄 1: 줄 1:
 +====== Python math library ======
 +===== 상수 =====
 +  - math.**pi** : $Pi$
 +===== Method =====
 +==== 수론 및 표현 함수 ====
 +  - math.**ceil**(//​x//​) :
 +    * <​code>​
 +</​code>​
 +  - math.**comb**(//​n,​k//​) : 
 +    * <​code>​
 +</​code>​
 +==== 지수와 로그 함수 ====
 +==== 삼각 함수 ====
 +==== 각도 변환 ====
 +==== 쌍곡선 함수 ====
 +==== 특수 함수 ====