How to convert rpm to rad/s in C? I am using Altera Monitor program to compute rad/s from rpm. but when i use 2*pi/60 it says "pi" is not declared.I have included math.h still it same issue.
also i have another problem when including vhdl floating point library. I am using Quatus 16.1 version. I tried to include
LIBRARY ieee; use ieee.float_pkg.all;
Error (10481): VHDL Use Clause error at uart.vhd(27): design library "ieee_proposed" does not contain primary unit "float_pkg". Verify that the primary unit exists in the library and has been successfully compiled.
how to solve this?