logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nnum - print a series of integers, floats, or function values

Description

       nnum produces a series of integers, floats, or function values

Examples

              a) nnum 100

              b) nnum 10 1 -1

              c) nnum 1 10 0.1 x "N=%05.2f"

              d) nnum -3.14 3.14 0.01 "sin(x)" "sin(x)=%f at x=%f"

              e) nnum -3.14 3.14 0.01 "cos(x*x)" "%g %g"

       Remark: an user-defined function should have syntax conforming to 'awk'.

Name

       nnum -  print a series of integers, floats, or function values

Synopsis

nnum<begin><end> [<step>] [<func>] [<print_fmt>]
       nnum<number>

See Also