raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
88 stars 23 forks source link

Implement FunctionxD.__abs__ #336

Closed jacklovell closed 4 years ago

jacklovell commented 4 years ago

Related to #305, this is another special numeric method needed on the FunctionxD objects. Should be pretty simple to implement, as it only has one argument: self.

jacklovell commented 4 years ago

This is being implemented in #324, along with the rich comparison operators.

jacklovell commented 4 years ago

Fixed by #324