Module storm::math[][src]

Structs

Functions

Average error of 0.00231 radians. Largest error of 0.00488 radians. Speedup of 20.67x over f32.atan2(y);

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.cos(); Input in degrees, output in radians.

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.cos(); Input in radians, output in radians.

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.sin(); Input in degrees, output in radians.

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.sin(); Input in radians, output in radians.