이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This submission enables the following operations for the int64 and uint64 data types:
* Addition
* Subtraction
* Multiplication (element-wise and matrix)
* Division (element-wise only)
* mod, abs, bitshift
See the published file for more details.
인용 양식
Petter (2026). INT64 arithmetic in MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/24725-int64-arithmetic-in-matlab), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.13.0.0 | Removed the compiled *.mexw32 and *.mexw64 |
||
| 1.12.0.0 | Added colon operator for 1:n constructs |
||
| 1.11.0.0 | Updating according to comments by Jan Simon. Thanks!
|
||
| 1.10.0.0 | Added matrix multiplication (not fast compared to double) |
||
| 1.8.0.0 | *Added support for the uint64 datatype as well
|
||
| 1.6.0.0 | Description update |
||
| 1.2.0.0 | Added support for the bitshift function |
||
| 1.1.0.0 | Update according to suggestions from Bruno Luong: Out out memory check and requiring that the dimensions of the arrays matches exactly (not just number of elements). |
||
| 1.0.0.0 |
