number_format.h 200 B

123456789101112131415
  1. //
  2. // bigdecimal_format.h
  3. // bigdecimal
  4. //
  5. // Created by Sam Jaffe on 1/30/21.
  6. // Copyright © 2021 Sam Jaffe. All rights reserved.
  7. //
  8. #pragma once
  9. namespace math {
  10. struct number_format {};
  11. }