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
Currently, only Float64 is supported. We should add support to Float32 as well. PolarForm is already parameterized to support different precision, with its signature:
PolarForm{T, VI, VT, MT}
where T is specifying the type.
Now we should just render the implementation generic.
The text was updated successfully, but these errors were encountered:
Currently, only
Float64
is supported. We should add support toFloat32
as well.PolarForm
is already parameterized to support different precision, with its signature:where
T
is specifying the type.Now we should just render the implementation generic.
The text was updated successfully, but these errors were encountered: