ViaUtils.Format (via_utils v0.1.3) View Source

Documentation for UtilsFormat.

Link to this section Summary

Link to this section Functions

Link to this function

eftb(number, num_decimals)

View Source

Specs

eftb(float(), integer()) :: binary()

Hello world.

Examples

iex> UtilsFormat.hello()
:world
Link to this function

eftb_deg(number, num_decimals)

View Source

Specs

eftb_deg(float(), integer()) :: binary()
Link to this function

eftb_deg_sign(number, num_decimals)

View Source

Specs

eftb_deg_sign(float(), integer()) :: binary()
Link to this function

eftb_list(numbers, num_decimals, separator \\ "/")

View Source

Specs

eftb_list(list(), integer(), binary()) :: binary()
Link to this function

eftb_map(keys_values, num_decimals, separator \\ ",")

View Source

Specs

eftb_map(map(), integer(), binary()) :: binary()
Link to this function

eftb_map_deg(keys_values, num_decimals, separator \\ ",")

View Source

Specs

eftb_map_deg(map(), integer(), binary()) :: binary()
Link to this function

eftb_rad(number, num_decimals)

View Source

Specs

eftb_rad(float(), integer()) :: binary()

Specs

map_deg2rad(map()) :: map()

Specs

map_rad2deg(map()) :: map()