-
Right now Crystal has a variety of integer and float types:
- Integers: `Int8`, `Int16`, `Int32`, `Int64`, `UInt8`, `UInt16`, `UInt32`, `UInt64`
- Floats: `Float32`, `Float64`
The default integer…
-
[Types\constructor] should show error if the constructor cannot be generated
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Types.nim#L68
```text
# P…
-
[Types\define] check if inherited type is a BuiltinType
how do we handle this?
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Types.nim#L169
```text
…
-
[Types\to] `.format` could become a distinct function?
having a `format` function (in the Strings module?) would make a lot of sense
actually, plus it would help us to start getting rid of things that…
-
[Types\is?] should add `.strict` option for Object values?
in that case, it would return true only if the object's type
is the given one. If it inherits the given type - including
something like `is? …
-
[Types\is?] better inheritance identification needed
right now, we're merely comparing the names of the prototypes
but what if the prototype has been redefined in the meantime?
we actually have to imp…
-
[Types\to] revise attributes
the attributes to this function seem to me a bit confusing. I mean, `to` is
supposed to convert a value to a given type. Obviously, if we convert a Block
value e.g. to a C…
-
* [ ] sin
* [ ] cos
* [ ] tan
* [ ] asin
* [ ] acos
* [ ] atan
* [ ] atan2
* [ ] sinh
* [ ] cosh
* [ ] tanh
* [ ] asinh
* [ ] acosh
* [ ] atanh
-
In #2, the README describes advantages of BigDecimal over Rational. Let's continue the discussion in this thread. Are there further factors we should consider?
-
See the comments on [reddit](https://www.reddit.com/r/rust/comments/6tw57q/nalgebra_v013_released_with_purerust_svd_lu_etc/dlp0fw4/).