Chapter 14. Casting

When an expression contains two different data types JMathLib looks for a special class to cast from one type to the other.

It first looks for a class called

Cast_[from type]_[to type].class

If it doesn't find that it looks for the class

Cast_[to type].class