Algosim documentation: inputs

inputs

Returns the list of all inputs given to the kernel during the current kernel session.

Syntax

Description

inputs() returns the list of all inputs given to the kernel during the current kernel session, ordered by time of input.

Examples

100!
9.33262154439⋅10^157
prime(1000000)
15485863
inputs()
100!
prime(1000000)

See also