toUSTablespoons static method

double toUSTablespoons(
  1. double value
)

Converts the supplied Fluid Ounces value to US Tablespoons

Implementation

static double toUSTablespoons(double value) => value / 0.52042115029149417472;