Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] More Engineering Formulas #2872

Closed
30 tasks done
wpxp123456 opened this issue Jul 29, 2024 · 16 comments · Fixed by #2893
Closed
30 tasks done

[Feature] More Engineering Formulas #2872

wpxp123456 opened this issue Jul 29, 2024 · 16 comments · Fixed by #2893
Assignees
Labels
feature request New feature or request scope:formula

Comments

@wpxp123456
Copy link
Contributor

wpxp123456 commented Jul 29, 2024

Initial checklist

  • Is this really a problem?
  • I have searched the Github Issues for similar issues, but did not find anything.

Problem

How to contribute formulas

Solution

Engineering formulas

  • BESSELI
  • BESSELJ
  • BESSELK
  • BESSELY
  • BIN2DEC
  • BIN2HEX
  • BIN2OCT
  • BITAND
  • BITLSHIFT
  • BITOR
  • BITRSHIFT
  • BITXOR
  • COMPLEX
  • CONVERT
  • DEC2BIN
  • DEC2HEX
  • DEC2OCT
  • DELTA
  • ERF
  • ERF.PRECISE
  • ERFC
  • ERFC.PRECISE
  • HEX2BIN
  • HEX2DEC
  • HEX2OCT
  • OCT2BIN
  • OCT2DEC
  • OCT2HEX
@zhaolixin7
Copy link

zhaolixin7 commented Aug 9, 2024

@wpxp123456 贝塞尔函数2、引用单元格为空时结果和excel不一样等于#num
image
2、besselj参数为0、true
image

@univer-bot
Copy link

univer-bot bot commented Aug 9, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

@wpxp123456 Bessel function 2. When the referenced cell is empty, the result is different from excel and is equal to #num
image
2. The besselj parameter is 0, true
image

@zhaolixin7
Copy link

zhaolixin7 commented Aug 10, 2024

BIN2HEX 1、参数为(1000000,100000)时表格白屏
2024_8_10 14_54_26 commands.json
2024_8_10 14_54_26 video.webm
2、参数为(10000,10000)时结果计算错误
2024_8_10 15_45_51 commands.json
2024_8_10 15_45_51 video.webm
image
3、空参数报#num
image

@univer-bot
Copy link

univer-bot bot commented Aug 10, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

BIN2HEX 1. The table displays a white screen when the parameters are (1000000, 100000).
2024_8_10 14_54_26 commands.json
2024_8_10 14_54_26 video.webm
2. The result calculation is wrong when the parameter is (10000,10000)
2024_8_10 15_45_51 commands.json
2024_8_10 15_45_51 video.webm
image
3. Empty parameters report #num
image

@zhaolixin7
Copy link

zhaolixin7 commented Aug 10, 2024

BIN2OCT 1、直接输入=INDIRECT(1000000,12312123)表格卡死
2024_8_10 16_28_06 video.webm
2、空参数报#num
image

@univer-bot
Copy link

univer-bot bot commented Aug 10, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

BIN2OCT 1. Direct input =INDIRECT(1000000,12312123) form is stuck
2024_8_10 16_28_06 video.webm
2. Empty parameters report #num
image

@zhaolixin7
Copy link

zhaolixin7 commented Aug 10, 2024

BITLSHIFT 1、引用单元格,单元格数字都大于26时计算和excel、Google不一样
image

@univer-bot
Copy link

univer-bot bot commented Aug 10, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

BITLSHIFT 1. When referencing cells, the calculation is different from excel and Google when the cell numbers are greater than 26.
image

@zhaolixin7
Copy link

Bitor 1、参数超过10位时计算结果错误
image

@univer-bot
Copy link

univer-bot bot commented Aug 10, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

Bitor 1. The calculation result is wrong when the parameters exceed 10 digits.
image

@dream-num dream-num deleted a comment from univer-bot bot Aug 12, 2024
@zhaolixin7
Copy link

zhaolixin7 commented Aug 12, 2024

@wpxp123456 erfc、ERFC.PRECISE
1、不同参数和其他产品结果有点不太一样(wps\google\excel)
image

@univer-bot
Copy link

univer-bot bot commented Aug 12, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

@wpxp123456 erfc、ERFC.PRECISE

  1. The results of different parameters are a little different from other products (wps\google\excel)
    image

@zhaolixin7
Copy link

zhaolixin7 commented Aug 12, 2024

HEX2BIN 、HEX2OCT 1、空参数报#num
image
image

2、HEX2BIN计算结果错误、设置格式后结果会变,结果和其他产品也不一样
2024_8_12 19_29_47 commands.json
2024_8_12 19_29_47 video.webm
image
image
3、HEX2BIN白屏 公式=HEX2BIN(3214412,3214413)
2024_8_12 20_20_37 commands.json
2024_8_12 20_20_37 video.webm

@univer-bot
Copy link

univer-bot bot commented Aug 12, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

HEX2BIN, HEX2OCT 1. Empty parameters report #num
image
image

  1. The calculation result of HEX2BIN is wrong. The result will change after setting the format. The result is also different from other products.
    2024_8_12 19_29_47 commands.json
    2024_8_12 19_29_47 video.webm
    image
    image
  2. HEX2BIN white screen formula =HEX2BIN (3214412, 3214413)
    2024_8_12 20_20_37 commands.json
    2024_8_12 20_20_37 video.webm

@zhaolixin7
Copy link

OCT2BIN 空参数报#num
image

@univer-bot
Copy link

univer-bot bot commented Aug 12, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

OCT2BIN empty parameter report #num
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request scope:formula
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants