高精度乘一个整型数据(integer)

[复制链接]
发表于 2023-12-30 09:42:33 | 显示全部楼层 |阅读模式
高精度乘一个整型数据(integer)
只需要将上述程序的hp类型定义如下即可:
type
  hp=record
       len:integer { length of the number }
       s:array[1..maxlen] of longint
       { s[1]   is the lowest position
         s[len] is the highest position}
     end;

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表