Skip to content

Releases: LawrenceYYS/YSIntString

YSIntString结构体乘方更新

03 Feb 15:01
8243988
Compare
Choose a tag to compare

本次更新内容:
1.添加了乘方运算(目前只支持非负整数次幂的运算)
2.添加了部分比较运算符(>、>=、<、<=和==)

你可以直接下载YSIntString-structure.swift来获取YSIntString

YSIntString结构体更新

27 Jan 04:10
a018406
Compare
Choose a tag to compare

高精度整数四则运算解决方案YSIntString结构体版本
你可以直接下载YSIntString-structure.swift来获得结构体版本
或者下载类版本和结构体版本压缩包

YSIntString 1.0

30 Jul 11:54
Compare
Choose a tag to compare

高精度整数加减乘除运算解决方案。