About 69 results
Open links in new tab
  1. c++ - Generic "sqr" function - Stack Overflow

    Nov 15, 2020 · I'm trying to figure out how to write "fully generic function" for sqr operation (it's actually can be multiply, division, add, does not really matter). Consider the following code #inclu...

  2. Write an SQR condition statement - Stack Overflow

    Mar 9, 2014 · SQR is quite a nice finite language to learn - syntax somewhat strict, but simple as Basic with SQL. I do recommend reading the reference manual - it's downloadable from Oracle.

  3. sql - Converting date formats in SQR - Stack Overflow

    Is there another SQR function which I can use to convert the formats? The only other approach I can think of is splitting the string into sub-strings and re-create the string, but I don't want it to become …

  4. SQR While not #end-file read... not working properly

    Feb 7, 2024 · SQR While not #end-file read... not working properly Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 295 times

  5. sqr - Addressing both commas and double quotes in a CSV - Stack …

    Aug 14, 2013 · I am writing a report in SQR which produces a CSV output file. While testing, I ran into an instance where the following string is used in one of my fields: TABLE - 210" X 60" X …

  6. Square root function in VBA, Excel - Stack Overflow

    Apr 28, 2017 · What is the square root function in VBA excel? I tried SQRT () and Root () but none of them are working, my Excel version in 2013.

  7. SQR procedure with run-time error on BEGIN-SELECT statement

    You say this is pseudo code - if it were real code, SQR would have a problem with the do Insert-TableA-Record and do Insert-TableB-Record being in column 1. Is this close to real code? A.EMPLID in the …

  8. sql - Inserting value for SQR Report correctly - Stack Overflow

    Mar 20, 2021 · Inserting value for SQR Report correctly Asked 4 years, 9 months ago Modified 3 years, 9 months ago Viewed 553 times

  9. The need for parentheses in macros in C - Stack Overflow

    May 30, 2012 · #define SQR(x) ((x) * (x)) Is correct, because you're using the parens to sheild your macro arguments from the effects of operator precedence. This page explaining operator preference …

  10. c - 2点間の距離を求めるプログラム - スタック・オーバーフロー

    Jan 2, 2020 · 2点間の距離を求めたいとのことですが、ソースコードでは (「点」を返す) add_point を用いているように見受けました。どちらを求めたいのでしょうか?