Skip to content

Releases: SupTan85/int

186.7.1 beta

Choose a tag to compare

@SupTan85 SupTan85 released this 04 May 14:03
Screenshot 2026-05-04 034634

This is first patch of 7th update for module version 186.

include:

document update & patch

  • update document
  • optimize master.mul function
  • fix issue & bug in LuaJIT, Lua5.1
  • fix issue on media.sqrt function
  • fix issue on media.pow function
  • fix issue on media.decimallen function
  • add & update type check
  • change MEDIA_DEFAULT_SQRTROOT_TOLERANCE option MEDIA_DEFAULT_SQRTROOT_FRACT_LIMIT
  • add parameter self_changed function ads and unm to choose function have to clone object or just change value
  • rewrite media.exp and this function has more accuracy

this update made this module fastest and almost no bug! note: i fully check everything rn

186-7 beta

Choose a tag to compare

@SupTan85 SupTan85 released this 13 Apr 20:59
A

This is 7th update for module version 186

include

this update give you a more stable side!

186-6 beta

Choose a tag to compare

@SupTan85 SupTan85 released this 26 Nov 14:14
s

This is 6th update for module version 186

include

and this is most stable version, for now...

186-5 beta

Choose a tag to compare

@SupTan85 SupTan85 released this 11 Nov 13:11
e48b497

most stable version, for now...

include:

  • Delete .lh directory
  • disable debug warning & update example.lua file
  • fix issue on Lua51 & add tools
    • add testsuite
    • add benchmark
    • fix some issue when using Lua51
    • remove example.lua
  • Update README.md
  • fix issue on pow (^) function
    • patch function int.pow
  • Update document
  • update for october
    • fix issue on convert function
    • fix issue on pow function
    • rewrite sign function
    • add "EQMatch" for pow function
    • optimize pow function for large data
    • optimize fact function
  • Update for November 1 - 5
    • change "block" to "chunk" to make easier to understand.
    • fix issue on Lua51 and 52.
    • prepare support for Lua55.
    • option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> can turn-off it self when runtime is unstable or current Lua are not support.
    • fix issue on calculate function
    • add auto detect maximum chunk size
    • remove MAXIMUM_DIGIT_PERTABLE
    • fix issue on MUL function
    • fix issue on DIV function
    • fix issue option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> on Lua 5.5
    • update testsuite for check accuracy
    • optimize POW function
    • testsuite now save log
    • benchmark now save log and can peek some result
    • update testsuite for check loss
    • make sure option <MASTER_CALCULATE_DIV_BYPASS_GEN_FLOATING_POINT> will not have issue on Lua5.5 again
    • now Lua5.1 can set chunk size to 8

186-4 beta

186-4 beta Pre-release
Pre-release

Choose a tag to compare

@SupTan85 SupTan85 released this 09 Dec 14:32
186 - 4 (beta)

build 4
- use new check type function

186-3 beta

186-3 beta Pre-release
Pre-release

Choose a tag to compare

@SupTan85 SupTan85 released this 18 Oct 19:14
186 - 3 (beta)

build 3
- more stable
- change function name
- patch bug