Skip to content

Commit

Permalink
Update readme progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Mar 3, 2024
1 parent bafc897 commit 45418ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Contributions to ccmath are welcome! If you encounter any bugs, have suggestions
## Implementation Progress (Sub Sections)
| Section | % done | In Progress? | Notes? | Planned Completion Version |
|--------------------|--------|--------------|---------------------------------------------------------------------------|----------------------------|
| Basic | 91 | | Remquo is being pushed back to a later release due to technical problems. | v0.1.0 (Released) |
| Compare | 40 | | |
| Exponential | 0 || |
| Basic | 91 | | Remquo is being pushed back to a later release due to technical problems. | v0.1.0 (Released) |
| Compare | 90 | | | v0.2.0 |
| Exponential | 15 || | v0.2.0 |
| Float Manipulation | 0 | | |
| Hyperbolic | 0 | | |
| Nearest | 15 | | |
Expand Down Expand Up @@ -84,15 +84,15 @@ Contributions to ccmath are welcome! If you encounter any bugs, have suggestions
| isinf | 98 | Improve documentation |
| isless | 100 | |
| islessequal | 100 | |
| islessgreater | 0 | |
| islessgreater | 100 | |
| isnan | 95 | Add more support for built-in functions and improve documentation |
| isnormal | 100 | |
| isunordered | 100 | |
| signbit | 90 | Add more fallbacks and builtin support if possible and improve reliability with MSVC |
| exp | 35 | Continue implementation process and add documentation and tests |
| exp2 | 0 | Implement function |
| expm1 | 0 | Implement function |
| log | 0 | Implement function |
| log | 50 | Continue implementation process and add documentation and more tests |
| log1p | 0 | Implement function |
| log2 | 0 | Implement function |
| log10 | 0 | Implement function |
Expand Down

0 comments on commit 45418ad

Please sign in to comment.