Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#include "foo.h"
void bench()
{
Radians rad(PI);
Radians tmp(0);
for (int i=0; i<100000000; ++i)
{
tmp=mul(rad);