divide top-level property

double Function(dynamic a, dynamic b) divide
getter/setter pair

Takes two values, and when evaluated, returns the result of dividing their values in the exact order.

Implementation

var divide = _ops.divide;