Uses of Class
tech.units.indriya.function.ExpConverter
-
Packages that use ExpConverter Package Description tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces. -
-
Uses of ExpConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type ExpConverter Modifier and Type Method Description private static int
ConverterFormatter. exponentPrecedenceExpConveter(ExpConverter converter, int unitPrecedence, java.lang.StringBuilder buffer)
-
Uses of ExpConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return ExpConverter Modifier and Type Method Description static ExpConverter
ExpConverter. of(double base)
Creates a logarithmic converter having the specified base.
-