toTablespoons static method

double toTablespoons(
  1. double value
)

Converts the supplied Cubic Inches value to Tablespoons

Implementation

static double toTablespoons(double value) => value / 1.08367;