Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 3.16 KB

ratio.md

File metadata and controls

54 lines (44 loc) · 3.16 KB

Header <ratio> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Classes
ratio
Arithmetic
ratio_add
ratio_subtract
ratio_multiply
ratio_divide
Comparison
ratio_equal
ratio_not_equal
ratio_less
ratio_less_equal
ratio_greater
ratio_greater_equal