{% extends "layout.html" %} {%- block htmltitle %} SpeedCrunch {%- endblock %} {% macro entranceNavBar() %} {% include "entrance_navbar.html" %} {% endmacro %} {% macro txt_classes(idx) -%} col-md-7 {{ 'col-md-push-5' if idx % 2 != 0 else '' }} {%- endmacro %} {% macro img_classes(idx) -%} col-md-5 {{ 'col-md-pull-7' if idx % 2 != 0 else '' }} {%- endmacro %} {%- block content %} {{ entranceNavBar() }} {%- block jumbotron %}

SpeedCrunch

{% trans %}SpeedCrunch is a high-precision scientific calculator featuring a fast, keyboard-driven user interface. It is free and open-source software, licensed under the GPL.{% endtrans %}

 {{ _('Download') }}  {{ _('Documentation') }}  {{ _('Donate') }}

{%- endblock %} {%- block featurette %}
{%- set idx = 1 -%}

{% trans %}Efficient & easy-to-use interface.{% endtrans %}

{% trans %}SpeedCrunch displays results as you type. Select a partial expression to evaluate only that part.{% endtrans %}

{% trans %}Previous inputs and results are shown in a scrollable history and can be easily recalled. Customizable syntax highlighting allows you to spot mistakes easily.{% endtrans %}

{% trans %}If you prefer the old-school way, an optional on-screen keypad is available as well.{% endtrans %}


{%- set idx = idx + 1 -%}

{{ _('Powerful.') }}

{{ _('SpeedCrunch comes with over 80 built-in mathematical functions. You can also define your own functions.') }}

{{ _('Variables allow you to store your results. Perform calculations with up to 50 digits of precision, using complex numbers, numeral bases, unit conversions, and more.') }}

{{ _('Auto-completion allows you to speed up your task.') }}


{%- set idx = idx + 1 -%}

{{ _('Library included.') }}

{{ _('A built-in formula book allows to you to review and insert commonly used formulas, such as the volume of a cone.') }}

{{ _('Or insert one out of over 150 built-in scientific constants.') }}


{%- set idx = idx + 1 -%}

{{ _('Cross-platform.') }} {{ _('And multi-language.') }}

{% trans %}SpeedCrunch is available for Windows, MacOS, and Linux, and comes in a number of languages.{% endtrans %}


{%- set idx = idx + 1 -%}
{%- endblock %} {%- endblock %}