7.4.0
2023-05-02
Have you been wanting to plot 10^-6 and 10^6 on the same graph? You're in luck. Introducing logarithmic axes, now in a settings menu near you.
7.3.0
2023-03-01
Bug fixes and performance improvements.
6.17.0
2023-02-16
Bug fixes and performance improvements.
6.14.0
2022-09-14
* There’s a new way to create lists of polygons: when the polygon function is given several arguments and one or more of these arguments is a list of points, a list of polygons will be created.
* Fixed a bug that could prevent playing sound.
6.12.0
2022-03-31
Bug fixes and localization improvements.
6.11.0
2022-02-02
Bug fixes and localization improvements.
6.10.0
2022-01-19
In edit list mode, you can now duplicate any kind of expression, including sliders, notes, images, tables, and folders. Duplicating a folder duplicates all of its contents.
6.8.0
2021-12-02
* Added list comprehensions. List comprehensions enable new ways to create lists from other lists. As an example, [(x,y) for x=[1...10], y=[1...10]] is a list comprehension that creates a list of 100 points that form a grid.
* Polygons can now be assigned to variables, used as part of function definitions, and stored in lists.
6.7.0
2021-09-09
Added Actions. Actions provide a way to react to events in the calculator, like clicks or clock ticks, by updating variables in the expression list.
6.5.0
2021-05-01
Bug fixes and localization improvements.
6.4.4
2021-01-07
* Box plots now support special display of outliers.
* You can now add custom colors to your graphs using the rgb() and hsv() functions. When you assign a color expression to a variable, the color you create will appear as an option in the expression styling menu.
* The styling menu for expressions has new options including line width, line opacity, point size, point opacity, and label rotation. All of these attributes can be adjusted dynamically by sliders by setting the attribute to the slider variable.
* Images can now be configured so that they are draggable from anywhere on the image. From the styling menu on images, click the “Make Draggable” button.
* Sliders created through the “add slider” prompt now have context-aware default bounds and step sizes for properties such as opacity and parameters in our color functions.
6.4.3
2020-11-12
Bug fixes and localization improvements.
6.4.2
2020-11-06
Bug fixes and localization improvements.
6.4.1
2020-11-03
Bug fixes and localization improvements.
6.4.0
2020-09-12
* You can now access audio trace from the built in keypad in the graphing calculator. Graph a curve and look for the sound icon in the keypad at the bottom of the screen.
* Improved translations
6.3.10
2020-07-25
Integrals may now have infinite bounds
6.3.9
2020-07-09
New list functionality in the graphing calculator:
- Added sort, shuffle, and join functions
- Added syntax for selecting several elements from a list. If L is a list, L[1,3,5] selects three elements from the list, L[3...5] selects the third through fifth elements of the list, and L[3...] selects the third though final elements of the list. If M is a list, L[M] selects the elements of L with indices given by the elements of M.
- Added syntax for filtering lists. If L is a list, L[L>0] selects the positive elements of the list.
6.2.0
2020-05-14
Improved trig and exponential regressions.
6.0.1
2020-02-17
It's now possible to change your preferred language from within the app.
5.6.10
2019-12-11
Fresh new 2020 look! Histograms, distributions, decimal-to-fraction, dark mode, and more.
3.3.0
2018-10-25
Fixed a bug that prevented saving screenshots to your device.
3.2.2
2018-07-10
Now with 32bit support!
3.2.1
2018-06-29
Hope you're having a great summer! This update fixes a few bugs.
3.1.7
2018-04-16
Once again, with iOS 9 support!