Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to single precision #159

Open
frapac opened this issue Apr 28, 2021 · 0 comments
Open

Add support to single precision #159

frapac opened this issue Apr 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@frapac
Copy link
Member

frapac commented Apr 28, 2021

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.

@frapac frapac added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant