Unicode Tips & Tricks

We allow our developers to use Unicode in comments and text outputs. It is especially useful to typeset mathematical symbols and equations. Here is an example.

// The multivariable chain rule states:
// df/dv_i = (∂f/∂x * dx/dv_i) + (∂f/∂y * dy/dv_i)
// ∂f/∂x is y*x^(y-1)
// ∂f/∂y is (x^y)*ln(x)

Here we collect tips and tricks that we have found while using Unicode. Please consider contributing if you find useful things to share: