microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c33692f0e2e19723c95436edff82966be3e82bbd

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