microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
library/fixed_point/src/Main.qs
10lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | export Init.PrepareFxP as PrepareFxP, Types.FixedPoint as FixedPoint; |
| 5 | |
| 6 | @Config(Unrestricted) |
| 7 | export Reciprocal.ComputeReciprocalFxP as ComputeReciprocalFxP; |
| 8 | |
| 9 | @Config(FloatingPointComputations) |
| 10 | export Measurement.MeasureFxP as MeasureFxP; |
| 11 | |