Releases: unageek/graphest
Releases Β· unageek/graphest
v0.8.3
Downloads
Changes
- Improved parsing of nested absolute values.
v0.8.2
Downloads
Changes
- Fixed an issue where the complex-valued power
z^w
and logarithmlog(b, z)
gave incorrect results when one of the arguments was real. π
v0.8.1
Downloads
Changes
- Fixed an issue where it took a long time to parse relatively complex relations. π
v0.8.0
Downloads
β οΈ Breaking Changes β οΈ
- Changed the definition of
mod(x, y)
fromx β |y| βx / |y|β
tox β y βx / yβ
, to better match other scientific software packages.- To reproduce the old definition, use
mod(x, |y|)
.
- To reproduce the old definition, use
- Removed
log(x)
, uselog(10, x)
instead. - Renamed
ranked_max
andranked_min
torankedMax
andrankedMin
, respectively.
Changes
- Initial support for complex functions. π
- Now you can use a minus sign
β
(U+2212) in place of a hyphen-minus-
.- The app automatically converts hyphen-minuses to minus signs while you are typing a relation.
- Now you can use the standard symbols for logical connectives:
β§
(U+2227),β¨
(U+2228), and¬
(U+00AC) in place of&&
,||
, and!
, respectively. - Added conditional expression
if(COND, t, f)
.
Gallery
x + i y = exp(i t)
mod(arg((x + i y)^(1 + i)), Ο/6) = Ο/12
y = if(x < 0, sin(x), tan(x))
v0.7.0
Downloads
Changes
- Added Windows installer! π
Gallery
Graph of sin(sqrt(x)) = cos(sqrt(y))
, plotted with the high-res mode (Graph menu > High Resolution) turned on:
v0.6.0
Download
π¦ Download for macOS (Apple silicon)
Changes
- Redesigned the menu bar.
- Added Graph > High-resolution.
- The option is only available for Retina or high-DPI displays.
- Added Graph > Show Axes and Show Grid.
- Added Graph > Abort Graphing.
- Added Help > Graphest Help, which was previously in the toolbar.
- Added Graph > High-resolution.
v0.5.6
Download
π¦ Download for macOS (Apple silicon)
Changes
- Improved precision of explicit relations, which had been degraded since v0.5.3. β¨
In the previous versions, relations as simple asy = 1
were plotted with large error bounds. - Fixed the issue where the position of the graph became a little off while zooming in. π
- Fixed the issue where relations start with
-
were not accepted. π
v0.5.5
Download
π¦ Download for macOS (Apple silicon)
Changes
- Fixed an issue that explicit relations of the form
x = f(y)
were plotted incorrectly since v0.5.3. π
v0.5.4
Download
π¦ Download for macOS (Apple silicon)
Changes
- Now graphs look pixel-perfect on Retina displays! β¨