Latest #integer Threads Top

henry-iteron
In Elixir, I have to use the list of integers and work with that, If my input is [55] it gives the data as ‘7’ but I need it to be [55] ...
New
lykos
Hello, I was going through the internal representation of integers in erlangVM. It uses 2’s complement to represent the signed integer w...
New
tirana
I have an number returned from an external source in the format 5e+24 which is called scientific notation, as I’ve been told. I want ...
New
xgeek116
Hello, I have a specific need to convert floats that have only 0 (as fraction) for example : 6.0 => 6 6.2 => I need it to stay f...
New
stevensonmt
In most cases Elixir and Erlang intrinsically moving to BigInt is remarkably helpful and satisfying to work with, so I know this exercise...
New
Kurisu
I’m using the Decimal package to work with a field in my changeset. field :amount, :decimal I can validate it with validate_number so t...
New
voughtdq
I need to turn an integer into a list of digits. For example, given 1234 as input, the output should be [1, 2, 3, 4]. I am doing this r...
New
acrolink
I want to convert strings to integers. String.to_integer(string) works when "2" is given to it but raises error when 2 is passed to it. ...
New
Ninigi
Story skip this if you are not interested in the Why Today I was working on a rewrite of a feature, heavily relying on a 3rd Party HTTP...
New
Fl4m3Ph03n1x
Background I want to convert a String to an integer. To this extent I know I can use one of the two following functions: String.to_inte...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

lykos
Hello, I was going through the internal representation of integers in erlangVM. It uses 2’s complement to represent the signed integer w...
New
henry-iteron
In Elixir, I have to use the list of integers and work with that, If my input is [55] it gives the data as ‘7’ but I need it to be [55] ...
New

Trending Over Three Years Top

Ninigi
Story skip this if you are not interested in the Why Today I was working on a rewrite of a feature, heavily relying on a 3rd Party HTTP...
New
voughtdq
I need to turn an integer into a list of digits. For example, given 1234 as input, the output should be [1, 2, 3, 4]. I am doing this r...
New
Andres
Hello. Trying to reverse an integer regardless of its sign I wrote the following algorithm: int = -123456789 #=> Expected result -98...
New
xgeek116
Hello, I have a specific need to convert floats that have only 0 (as fraction) for example : 6.0 => 6 6.2 => I need it to stay f...
New
Kurisu
I’m using the Decimal package to work with a field in my changeset. field :amount, :decimal I can validate it with validate_number so t...
New
Fl4m3Ph03n1x
Background I want to convert a String to an integer. To this extent I know I can use one of the two following functions: String.to_inte...
New
tirana
I have an number returned from an external source in the format 5e+24 which is called scientific notation, as I’ve been told. I want ...
New
stevensonmt
In most cases Elixir and Erlang intrinsically moving to BigInt is remarkably helpful and satisfying to work with, so I know this exercise...
New
acrolink
I want to convert strings to integers. String.to_integer(string) works when "2" is given to it but raises error when 2 is passed to it. ...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement