Skip to content

Remove the dependency on libm #11624

Closed
Closed
@brendanzab

Description

@brendanzab

The functions that need to be implemented are:

  • cmath::c_float::ceil
  • cmath::c_float::trunc
  • cmath::c_float::acos
  • cmath::c_float::asin
  • cmath::c_float::atan
  • cmath::c_float::atan2
  • cmath::c_float::cbrt
  • cmath::c_float::copysign
  • cmath::c_float::cosh
  • cmath::c_float::exp_m1
  • cmath::c_float::abs_sub
  • cmath::c_float::next_after
  • cmath::c_float::frexp
  • cmath::c_float::hypot
  • cmath::c_float::ldexp
  • cmath::c_float::ln_1p
  • cmath::c_float::round
  • cmath::c_float::sinh
  • cmath::c_float::tan
  • cmath::c_float::tanh
  • cmath::c_double::ceil
  • cmath::c_double::trunc
  • cmath::c_double::acos
  • cmath::c_double::asin
  • cmath::c_double::atan
  • cmath::c_double::atan2
  • cmath::c_double::cbrt
  • cmath::c_double::copysign
  • cmath::c_double::cosh
  • cmath::c_double::exp_m1
  • cmath::c_double::abs_sub
  • cmath::c_double::next_after
  • cmath::c_double::frexp
  • cmath::c_double::hypot
  • cmath::c_double::ldexp
  • cmath::c_double::ln_1p
  • cmath::c_double::round
  • cmath::c_double::sinh
  • cmath::c_double::tan
  • cmath::c_double::tanh

Once this list has been completed we would be free to remove the std::num::cmath module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions