Uses of Class
tech.units.indriya.function.ExpConverter
Packages that use ExpConverter
-
Uses of ExpConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type ExpConverterModifier and TypeMethodDescriptionprivate static intConverterFormatter.exponentPrecedenceExpConveter(ExpConverter converter, int unitPrecedence, StringBuilder buffer) -
Uses of ExpConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return ExpConverterModifier and TypeMethodDescriptionstatic ExpConverterExpConverter.of(double base) Creates a logarithmic converter having the specified base.