From 4e6b6ad960cf9c79a814f3a09f8048ff389d866e Mon Sep 17 00:00:00 2001 From: serhei Date: Fri, 19 Nov 2021 16:31:03 +0000 Subject: removed man pages --- tapsets/API-fp-to-long_html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tapsets/API-fp-to-long_html') diff --git a/tapsets/API-fp-to-long_html b/tapsets/API-fp-to-long_html index fe0b4379..7e757c39 100644 --- a/tapsets/API-fp-to-long_html +++ b/tapsets/API-fp-to-long_html @@ -2,7 +2,7 @@ Convert fp to int64

Synopsis

     fp_to_long:long(infp:long,roundingMode:long,exact:long)
-

Arguments

infp

+

Arguments

infp

the 64 bit floating point stored in long

roundingMode

through 0-6, which are round to nearest even, minMag, @@ -10,7 +10,7 @@

exact

the boolean value, if exact is 1 than raising inexact exception, otherwise ignore the exception. -

Description

+

Description

Given a 64 bit floating point, which is stored in long, use the long value to initiate self-defined float64_t type, then apply the f64_to_i64 function to get the string representation. -- cgit