time-to-botec/squiggle/node_modules/@stdlib/utils/identity-function/docs/repl.txt

23 lines
257 B
Plaintext
Raw Normal View History

{{alias}}( x )
Identity function.
Parameters
----------
x: any
Input value.
Returns
-------
out: any
Input value.
Examples
--------
> var v = {{alias}}( 3.14 )
3.14
See Also
--------