You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
There are few different places in placeholder where pow_factor construction is used.
result = \sum_i=0 ^n \alpha^i c_i
But sometimes it has form:
result = \sum_i=0 ^n \alpha^{n-i} c_i
Due to our plans to create an efficient pow_factor component we need to provide similar pow_factor usage to increase pow_factor efficiency.
The text was updated successfully, but these errors were encountered: