microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c1ca1a247cd0a9687a9fa0fbd08ff72ef5f451aa

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

library/fixed_point/src/Main.qs

10lines · modecode

1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the MIT License.
3
4export Init.PrepareFxP, Types.FixedPoint;
5
6@Config(Unrestricted)
7export Reciprocal.ComputeReciprocalFxP;
8
9@Config(FloatingPointComputations)
10export Measurement.MeasureFxP;
11