primality test 뜻
발음:
"primality test" 예문
국어 번역모바일
- 소수판별법
- test: noun, 테스트, 검사, 시험(put to the ~
- aks primality test: AKS 소수판별법
- baillie–psw primality test: 베일리–PSW 소수판별법
- lucas–lehmer primality test: 뤼카-레머 소수판별법
- miller–rabin primality test: 밀러-라빈 소수판별법
- primality tests: 소수 판별법
- test: noun, 테스트, 검사, 시험(put to the ~ 시험하다), 시험물, 시약, 시금석, stand the ~ 합격하다, 시험에 견디다 vt, 검사(시험)하다
- abel's test: 아벨 판정법
- abrasion test: 마멸시험
- acceptance test: 수용 테스트
- achievement test: phrase, 학력검사
- acid test: noun, 산시험, 엄밀한시험
- act (test): ACT (시험)
- alpha test: phrase, 지능테스트
- automated test: 자동화된 테스트
예문
- Karmarkar's algorithm for linear programming ; AKS primality test quasi-polynomial time
선형 프로그래밍을 위한 Karmarkar의 알고리즘, AKS 원시 테스트 - BigInteger is analogous to Java's primitive integer types except that it provides arbitrary precision, hence operations on BigIntegers do not overflow or lose precision. In addition to standard arithmetic operations, BigInteger provides modular arithmetic, GCD calculation, primality testing, prime generation, bit manipulation, and a few other miscellaneous operations.
BigInteger는 임의 정밀도인 점 이외는 Java 원시적 정수형과 같습니다. 임의 정밀도이므로 BigInteger 연산이 오버플로우 하거나 정밀도가 저하할 것은 없습니다. BigInteger는 표준적인 산술 연산에 가세해, 모듈러 계산, GCD 계산, 소수 판정, 소수 생성, 비트 조작을 포함한 몇개의 연산을 실시합니다.