FunctionTable extension

Extension providing the methods export and table.

on

Methods

export({List<num> range = const [0, 1], int steps = 100, int precision = 20, String label = '# x y', String delimiter = ' '}) String
Returns a String containing a function table. Usage demonstrated below.
table({List<num> range = const [0, 1], int steps = 100}) Map<num, num>
Returns a map of type Map<num, num> containing a function table. Usage demonstrated below.