레퍼런스 fract()

fract()

어떤 숫자의 분수 부분을 계산합니다.

어떤 숫자의 분수 부분은 소수점을 포함합니다. 예를 들어, fract(12.34)는 0.34를 반환합니다.

예제

구문

fract(n)

매개변수

n
Number:

분수 부분을 찾을 수 있는 숫자

Returns

Number: n의 분수 부분
This page is generated from the comments in src/math/calculation.js . Please feel free to edit it and submit a pull request!

관련 레퍼런스