Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2025-01-05 15:42:39 +0300 committer: kx <kx@radix-linux.su> 2025-01-05 15:42:39 +0300 commit: 41c271dacd0d2e4eae1378b098448e3554ea657b parent: 662a29cbe51f565cb7e04345772b16795fbf4182
Commit Summary:
man: pages fot integer operations
Diffstat:
1 file changed, 20 insertions, 3 deletions
diff --git a/man/ru/inot.3mpu b/man/ru/inot.3mpu
index da2a839..91a07cc 100644
--- a/man/ru/inot.3mpu
+++ b/man/ru/inot.3mpu
@@ -17,8 +17,8 @@ c размещением результата по адресу \fBc\fP. Сод
 .sp
 .SH SEE ALSO
 .BR iadd(3),
-.BR iadc(3),
 .BR isub(3),
+.BR iadc(3),
 .BR isbb(3),
 .BR ishl(3),
 .BR ishr(3),
@@ -36,5 +36,22 @@ c размещением результата по адресу \fBc\fP. Сод
 .BR irorn(3),
 .BR ircln(3),
 .BR ircrn(3),
-.BR ineg(3).
-
+.BR ineg(3),
+.BR iand(3),
+.BR itest(3),
+.BR icmp(3),
+.BR ior(3),
+.BR ixor(3),
+.BR iinc(3),
+.BR idec(3),
+.BR ixchg(3),
+.BR icpy(3),
+.BR icvt(3),
+.BR imul(3),
+.BR ismul(3),
+.BR idiv(3),
+.BR isdiv(3),
+.BR iatoi(3),
+.BR iatoui(3),
+.BR iitoa(3),
+.BR iuitoa(3).