Skip to content

Module redlite.metric.math

Classes

BoxedMathMetric

class BoxedMathMetric(

)

Metric to judge 'boxed' math expressions. For example: "\boxed{1/3}" vs "\boxed{\frac{1}{3}}"

Ancestors (in MRO)

  • redlite._core.NamedMetric

MathMetric

class MathMetric(

)

Metric to judge 'naked' math expressions. For example: "1/3" vs "\frac{1}{3}"

Ancestors (in MRO)

  • redlite._core.NamedMetric