Chalkboard - v3.0.1
Preparing search index...
Chalkboard
real
define
Function define
define
(
...
rule
:
((
(
...
x
:
number
[]
)
=>
number
)
|
(
(
...
x
:
number
[]
)
=>
number
)
[]
)
[]
,
)
:
ChalkboardFunction
Defines a mathematical function in the field of real numbers.
Parameters
...
rule
: ((
(
...
x
:
number
[]
)
=>
number
)
|
(
(
...
x
:
number
[]
)
=>
number
)
[]
)
[]
The rule(s) of the function
Returns
ChalkboardFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Defines a mathematical function in the field of real numbers.