Releases: ScopeLang/stdlib
Releases · ScopeLang/stdlib
stdlib (2022.015)
Important Changes:
LowLevel/Limits.scope
INT_MIN
andINT_MAX
constants.
Core.scope
sleep
function.
Full Changelog: 2022.014...2022.015
stdlib (2022.014)
Important Changes:
Math/Core.scope
root
function for arbitrary indices- Rewrote
sqrt
withroot
Math/Trig.scope
degToRad
andradToDeg
functionscsc
,sec
, andcot
functions
Math/Factors.scope
isComposite
function
Full Changelog: 2022.013...2022.014
stdlib (2022.013)
Important Changes:
Math/Core.scope
PI
,E
, andLOG10_E
constants
Math/Trig.scope
sin
,cos
, andtan
functions
Full Changelog: 2022.012...2022.013
stdlib (2022.012)
Important Changes:
Core.scope
input
function
Text/Core.scope
indexOfChar
function
Full Changelog: 2022.011...2022.012
stdlib (2022.011)
Important Changes:
Core.scope
decToStr
function (finally!)
LowLevel/Floats.scope
mantissaPartAsDec
function
Math/Core.scope
sqrt
now uses SSE instead of x87powInt
,exp
, andpow
functionslog10
,ln
, andlog
functions
stdlib.zip
- Floating point related backend changes
Full Changelog: 2022.010...2022.011
stdlib (2022.010)
Important Changes:
*.scope
- Updated assembly blocks
stdlib.zip
- Updated to new assembly backend
Full Changelog: 2022.009...2022.010
stdlib (2022.009)
Important Changes:
*.scope
- Added namespaces according to parent folders
Full Changelog: 2022.008...2022.009
stdlib (2022.008)
Important Changes:
Math/Core.scope
sqrt
function
Math/Factors.scope
isPrime
function (slightly optimized)gcd
andlcm
functions
LowLevel/BitManip
@asm
tag to docs
Full Changelog: 2022.007...2022.008
stdlib (2022.007)
Important Changes:
LowLevel/Floats.scope
- Fixed type check bug
stdlib.zip
- Added function argument metadata
Full Changelog: 2022.006...2022.007
stdlib (2022.006)
Important Changes:
LowLevel/BitManip.scope
- Added
nthBit
function
- Added
LowLevel/Floats.scope
exponentPart
andmantissaPart
functions
Math/Rounding.scope
floor
function for decimal numbers
Core.scope
println
no longer allocates memory
*.scope
- Added documentation comments to every function
Full Changelog: 2022.005...2022.006