- New decompression methods for zip:
wavpack, deflate64, ppmd, zip-jpeg - zip64 support
- Solid rar archives
Download at: http://ssbssa.dyndns.org/qiewer-extractor.html
a=30
b=40
c=(a^2+b^2)^0.5
pyth(a,b)=(a^2+b^2)^0.5
pyth(30,40)
# hexadecimal
hex1=0x10
hex2=0h20
# binary
bin=0b1010
# octal
oct=0o3
f(x)=3*sin(x)+x/5
:graph(f())
flower(x)=5+cos(x*8)
:polar(flower())
spiral(x)=x
:polar(spiral(),0,4pi,0.1)
f(p)=5*sin(p)
g(p)=5*sin(p*10)
:graph(sin(),0xff0000)
p(x)=3
:polar(p(),0x00ff00)
px(p)=sin(p)
py(p)=p
:param(px(),py(),-20,20,0.1,0x0000ff)