The standard Math library plays an important part in many of scientific high-performance computing programs. Frequently the library operations are executed repeatedly in a critical loop. The measurements show that the for the simple operations such as abs/min/max we see the usual mix between JVM and CLR performance. The more complex operations show a more steady performance advantage for CLR with Mono performance also being very strong.