Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement float methods #11

Closed
28 tasks done
iliekturtles opened this issue Mar 12, 2017 · 0 comments
Closed
28 tasks done

Implement float methods #11

iliekturtles opened this issue Mar 12, 2017 · 0 comments

Comments

@iliekturtles
Copy link
Owner

iliekturtles commented Mar 12, 2017

https://doc.rust-lang.org/std/primitive.f32.html

iliekturtles added a commit that referenced this issue May 19, 2017
New feature is enabled by default and disabling enables `no_std`. Tests updated
to handle all combinations of features with at least one of f32 or f64 being
specified. Required for #11 where some methods such as `sqrt` require the
standard library.
iliekturtles added a commit that referenced this issue May 28, 2017
Add `Dimension` overloads for `Mul` and `PartialDiv` (requires result
have no remainder) so that the return type of `sqrt` has the appropriate
dimensions. Part of #11.
iliekturtles added a commit that referenced this issue May 28, 2017
iliekturtles added a commit that referenced this issue Jun 12, 2017
`classify`, `is_finite`, `is_infinite`, `is_nan`, and `is_normal`. Part
of #11.
iliekturtles added a commit that referenced this issue Jun 12, 2017
`floor`, `ceil`, `round`, `trunc`, and `fract`. Part of #11
iliekturtles added a commit that referenced this issue Jun 12, 2017
iliekturtles added a commit that referenced this issue Jun 15, 2017
`exp`, `exp2`, `ln`, `log`, `log2`, and `log10`. Part of #11.
iliekturtles added a commit that referenced this issue Jun 18, 2017
iliekturtles added a commit that referenced this issue Jun 18, 2017
iliekturtles added a commit that referenced this issue Jun 18, 2017
 * Remove explicit dimension type aliases and create a single generic alias.
 * Implement `Neg` for `$quantities` so that `recip` can be implemented
   in terms of `Neg` instead of `Mul<N1>`.
 * Shorten `{Add, Sub, Mul, PartialDiv}::Output` references to `{Sum,
   Diff, Prod, PartialQuot}`.

Part of #11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant