2023년 1월 10일 화요일

파이썬에서 C 수학 함수 대응

C FunctionPython
acosmath.acos
acoshmath.acosh
asinmath.asin
asinhmath.asinh
atanmath.atan
atan2math.atan2
atanhmath.atanh
ceilmath.ceil
copysignmath.copysign
cosmath.cos
coshmath.cosh
erfscipy.special.erf
erfcscipy.special.erfc
expmath.exp
exp2scipy.exp2
expm1scipy.special.expm1
fabsabs
fmaxscipy.fmax
fminscipy.fmin
fmodscipy.fmod
hypotscipy.hypot
isfinite! scipy.lisinf
isinfscipy.isinf
isnanscipy.isnan
j0scipy.special.j0
j1scipy.special.j1
jnscipy.special.jn
ldexpmath.ldexp
lgammascipy.special.gammaln
logmath.log
log10math.log10
log1pmath.log1p
log2scipy.log2
nanscipy.nan
powmath.pow
remainderscipy.remainder
sinmath.sin
sinhmath.sinh
sqrtmath.sqrt
tanmath.tan
tanhmath.tanh
tgammascipy.special.gamma
y0scipy.special.y0
y1scipy.special.y1
ynscipy.special.yn

댓글 없음:

댓글 쓰기

플러터 단축키

1. 위젯 감싸기/벗기기 비주얼 스튜디오 :   Cmd + . 안드로이드 스튜디오 : Alt + Enter 2. 코드 정렬 비주얼 스튜디오 : Ctrl + S 안드로이드 스튜디오 : Ctlr + Alt + L 3. StatelessWidget ->...