Search found 12 matches: arithmetic

Return to advanced search

Re: cyclometric circle

... From these considerations we can enunciate the following definition: The cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the fixed 90. EXAMPLE "A". ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3066

Re: intercept repeated values in an array

... sum it is always necessary to subtract 90 if the sum exceeds 90 The cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the 90 set. The mathematical ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 301

FWH: Support for Matrix calculations

... to perform complex matrix calculations with its new class FW_Matrix. Using this class, matrix calculations can be as simple as performing normal arithmetic like this: matrix3 := matrix1 * matrix2  matrix3 is an FW_Matrix() object obtained by matrix multiplication of matrix1 and matrix2, which ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 721

Re: LINK ERROR: 15.09

No, those symbols are already defined, not undefined. What is g_server.obj and why it (re)defines those arithmetic functions?

EMG
by Enrico Maria Giordano
Fri Oct 18, 2019 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LINK ERROR: 19.09
Replies: 11
Views: 1722

Re: Garbage Value on Multiply

Dear Otto ,

Also the .EXE working is stopped due to Multiply (arithmetic) Issue. I have posted another Topic as "OS Error the .EXE is NOT responding"


I am using FWH/Harbour 64bit Version.



Thanks
Shridhar
by shri_fwh
Sun Apr 21, 2019 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Garbage Value on Multiply
Replies: 6
Views: 1108

Re: Round diffecrence between MariaDB and SQLite

... to be a SQLite know problem. From the SQLite-FAQ: Why does ROUND(9.95,1) return 9.9 instead of 10.0? Shouldn't 9.95 round up? SQLite uses binary arithmetic and in binary, there is no way to write 9.95 in a finite number of bits. The closest to you can get to 9.95 in a 64-bit IEEE float (which ...
by Marc Vanzegbroeck
Thu Apr 13, 2017 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Round diffecrence between MariaDB and SQLite
Replies: 2
Views: 610

Problem with TDataRow and number

Hello there is a problem in the class TDataRow METHOD Modified call the Method EqualVal For the problem of floating point arithmetic ( https://groups.google.com/forum/#!starred/harbour-users/oXRFGCDhSzQ ) the line lEq := ( x == y ) sometimes return .f. even if the numbers are equal ...
by Maurizio
Tue Oct 04, 2016 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TDataRow and number
Replies: 7
Views: 1435

Re: Move controls as window size

... with the xBrowse window embedded in the resource .. Here is the manual code where I had to discover the control Id's as well as working out the arithmetic to change the dimensions of the control relative to the window frame. Rick Lipkin ACTIVATE WINDOW oWndChild ;   ON INIT (  ;          ...
by Rick Lipkin
Mon May 18, 2015 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6240

Re: Number of days

... not always yield the correct answer.) It's not a hard function to write, it is just that you can't do the calculation reliably by day interval arithmetic. Happy programming xProgrammer
by xProgrammer
Tue Apr 13, 2010 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of days
Replies: 9
Views: 3000

... :PreviewOptions:SetButtons(<nButtons>) A set of buttons, which will be available in the preview window. Parameters: < nButtons> - the arithmetic sum of following possible values: FR_PB_PRINT 1 FR_PB_LOAD 2 FR_PB_SAVE 4 FR_PB_EXPORT 8 FR_PB_ZOOM 16 FR_PB_FIND 32 FR_PB_OUTLINE 64 FR_PB_PAGESETUP ...
by ermatica
Sun Aug 10, 2008 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de uso de Fast Report con Fivewin
Replies: 29
Views: 17824

Esto es un error?

... con Borland Studio 2006 (en mi trabajo) Yo en mi casa uso Borland 5.5 y no genera ese error Warning W8056 C:\HARBOUR\Include\hbdefs.h 405: Integer arithmetic overflow Archivo: Harbour\Include\HBDEFS.H linea 405 #if HB_LONG_MAX > HB_LL( 10000000000 ) # define HB_LONG_LENGTH( l ) ( ( (l) <= ...
by RuFer
Sun Jun 04, 2006 4:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esto es un error?
Replies: 2
Views: 712

Errores al compilar desde UEStudio....

... Done. Borland C++ 5.8 for Win32 Copyright (c) 1993, 2005 Borland prueba2.c: Warning W8056 G:\FWH\xHB09960\INCLUDE\hbdefs.h 407: Integer arithmetic overflow Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Turbo Incremental Link ...
by Andrés González
Thu Mar 30, 2006 12:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al compilar desde UEStudio....
Replies: 5
Views: 1048

Return to advanced search

cron