You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the ability to write relations as function applications:
A function can be described by means of a look-up table, such that the output of a function only depends on its inputs: f(a) = b.
This function type can be used to describe more complex operations, such as addition, multiplication, or prime factorization.
The text was updated successfully, but these errors were encountered:
Support the ability to write relations as function applications:
A function can be described by means of a look-up table, such that the output of a function only depends on its inputs:
f(a) = b
.This function type can be used to describe more complex operations, such as addition, multiplication, or prime factorization.
The text was updated successfully, but these errors were encountered: