microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8a151f109cece83aeea78e74d62cd6f25e7996a3

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