toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied US Cups value to Tablespoons

Implementation

static double toTablespoons(double value) => value * 13.322781447462250496;