Expressions/pl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2024

9 January 2024

8 January 2024

15 December 2023

6 September 2023

5 September 2023

18 August 2023

  • curprev 06:1206:12, 18 August 2023Kaktus talk contribs 46,761 bytes +76 Created page with "{| class="wikitable" ! Funkcja / Operator ! Opis |- | {{incode|v1 + v2}} | Dodaj dwa wektory. |- | {{incode|v1 - v2}} | Odejmowanie dwóch wektorów. |- | {{incode|v * s}} | Jednolite skalowanie wektora przez {{incode|s}}. |- | {{incode|vangle(v1, v2)}} | Kąt między dwoma wektorami w stopniach. |- | {{incode|vcross(v1, v2)}} | Iloczyn krzyżowy dwóch wektorów <math>v_1 \times v_2</math>. |- | {{incode|v1 * v2}} | rowspan="2" | Iloczyn kropkowy dwóch wektorów <math>..."
  • curprev 06:0506:05, 18 August 2023Kaktus talk contribs 46,685 bytes +1 Created page with "Funkcje: {{Version/pl|0.22}}."
  • curprev 06:0506:05, 18 August 2023Kaktus talk contribs 46,684 bytes +35 Created page with "===Funkcje wektorów==="

17 August 2023

20 May 2023

30 April 2023

29 April 2023

8 April 2023

4 April 2023

23 March 2023

  • curprev 18:4018:40, 23 March 2023Kaktus talk contribs 44,629 bytes +7 Created page with "{| class="wikitable" ! Funkcja ! Opis |- | {{incode|minvert(m)}} | Oblicz [https://en.wikipedia.org/wiki/Invertible_matrix Inverse matrix]. |- | {{incode|mrotate(m; rotation)}} | rowspan="3" | [https://en.wikipedia.org/wiki/Transformation_matrix#Rotation_2 Rotate] przez: * {{incode|Rotation}} * oś ({{incode|Vector}}) i kąt ({{incode|Angle}} jednostkowy lub bezjednostkowy) * trzy kąty Eulera {{incode|α}}, {{incode|β}}, {{incode|γ}} |- | {{incode|mrotate(m; axis; ang..."
  • curprev 18:3318:33, 23 March 2023Kaktus talk contribs 44,622 bytes 0 Created page with "{{incode|Rotation}} oraz {{incode|Placement}} może być reprezentowana przez {{incode|Matrix}}. Poniższe funkcje przyjmują {{incode|Matrix}}, {{incode|Rotation}} lub {{incode|Placement}} jako pierwszy parametr, oznaczony w poniższej tabeli przez {{incode|m}}. Typ zwracanego obiektu jest taki sam jak obiekt podany w pierwszym argumencie, z wyjątkiem użycia {{incode|mtranslate}} na {{incode|Rotation}}, w którym to przypadku zwrócony zostanie {{incode|Placement}}."
  • curprev 18:3218:32, 23 March 2023Kaktus talk contribs 44,622 bytes +1 Created page with "Przykład: * {{incode|placement(vector(2; 1; 3); rotation(vector(0; 0; 1); 45))}} * {{incode|create(<<placement>>; create(<<vector>>; 2; 1; 2); create(<<rotation>>; create(<<vector>>; 0; 1; 0); 45))}} |- | {{incode|placement(base; rotation; center)}} |- | {{incode|placement(base; axis; angle)}} |- | {{incode|placement(matrix)}} |- | {{incode|create(<<placement>>; ...)}} |}"
  • curprev 18:3218:32, 23 March 2023Kaktus talk contribs 44,621 bytes +17 Created page with "Przykład: {{incode|matrix(1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16)}} |- | {{incode|create(<<matrix>>; a<sub>11</sub>; a<sub>12</sub>; ...; a<sub>44</sub>)}} |- | rowspan="4" | {{incode|Rotation}} | {{incode|rotation(axis; angle)}} | rowspan="4" | Utwórz {{incode|Rotation}} określając jego {{incode|axis}}. ({{incode|Vector}}) i {{incode|angle}} ({{incode|Angle}} jednostkowy lub bezjednostkowy), lub trzy kąty Eulera. {{incode|α}}, {{incode|β}}, {{incod..."
  • curprev 18:2918:29, 23 March 2023Kaktus talk contribs 44,604 bytes +23 Created page with "{| class="wikitable" ! Typ ! Funkcja ! Opis |- | {{incode|Tuple}} | {{incode|tuple(a; b; ...)}} | Przykład: {{incode|tuple(2; 1; 2)}} |- | {{incode|List}} | {{incode|list(a; b; ...)}} | Przykład: {{incode|list(2; 1; 2)}} |- | rowspan="2" | {{incode|Vector}} | {{incode|vector(x; y; z)}} | rowspan="2" | Utwórz wektor używając trzech wartości jednostkowych bez jednostek lub {{incode|Długości}}. Przykład: {{incode|vector(2; 1; 3)}} |- | {{incode|creat..."

22 March 2023

19 March 2023

4 March 2023

2 March 2023

1 March 2023

4 February 2023

10 December 2022

9 December 2022

20 November 2022

5 November 2022

16 October 2022

12 October 2022

6 May 2022

25 April 2022

24 April 2022

13 April 2022

17 February 2022

16 February 2022

8 February 2022

5 February 2022

8 January 2022

31 October 2021

30 October 2021

29 October 2021

28 October 2021

26 October 2021

25 October 2021

28 August 2021

14 August 2021

23 July 2021

22 July 2021

  • curprev 16:4716:47, 22 July 2021Kaktus talk contribs 37,250 bytes +69 Created page with "These functions for rounding, truncation and remainder are supported: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 20%;"|Function !style="width:..."

20 July 2021

18 July 2021

  • curprev 18:5318:53, 18 July 2021Kaktus talk contribs 37,092 bytes +59 Created page with "Poszczególne argumenty funkcji agregujących mogą składać się z zakresów komórek. Zakres komórek jest wyrażony jako dwa odwołania do komórek oddzielone dwukropkiem..."
  • curprev 18:4718:47, 18 July 2021Kaktus talk contribs 37,033 bytes +14 Created page with "[https://en.wikipedia.org/wiki/Aggregate_function Funkcje agregujące] przyjmują jeden lub więcej argumentów.<br>"
  • curprev 18:4718:47, 18 July 2021Kaktus talk contribs 37,019 bytes −1 Created page with "===Funkcje statystyczne / agregujące==="
  • curprev 18:4318:43, 18 July 2021Kaktus talk contribs 37,020 bytes +5 Created page with "Zdefiniowane są następujące [https://en.wikipedia.org/wiki/Relational_operator#Standard_relational_operators operatory relacyjne]: {| class="wikitable float-right mw-colla..."
  • curprev 18:3818:38, 18 July 2021Kaktus talk contribs 37,015 bytes +14 Created page with "Wyrażenia warunkowe mają postać {{incode|condition ? resultTrue : resultFalse}}. Warunek jest zdefiniowany jako wyrażenie, które oblicza się albo jako {{incode|0}} ''(Fa..."
  • curprev 18:3618:36, 18 July 2021Kaktus talk contribs 37,001 bytes −5 Created page with "==Wyrażenia warunkowe=="
  • curprev 18:3418:34, 18 July 2021Kaktus talk contribs 37,006 bytes +26 Created page with " [https://forum.freecadweb.org/viewtopic.php?f=8&t=58657 Na forum] dostępny jest przykładowy plik FreeCAD wykorzystujący formatowanie ciągów znaków."
  • curprev 18:3318:33, 18 July 2021Kaktus talk contribs 36,980 bytes +77 Created page with "Ograniczeniem jest to, że tylko jeden %-specyfikator jest dozwolony w łańcuchu, więc musisz użyć łączenia łańcuchów, jeżeli potrzebujesz więcej niż jeden. W powy..."
  • curprev 18:3118:31, 18 July 2021Kaktus talk contribs 36,903 bytes +75 Created page with "Na przykład, zakładając, że masz sześcian o domyślnej długości boków 10 mm o nazwie "Sześcian" --domyślne nazewnictwo FreeCAD--, następujące wyrażenie {{incode|<..."
  • curprev 18:2218:22, 18 July 2021Kaktus talk contribs 36,828 bytes −1 No edit summary
  • curprev 18:2218:22, 18 July 2021Kaktus talk contribs 36,829 bytes +25 Created page with "Wszystkie specyfikatory % są zdefiniowane w [https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting dokumentacji] środowiska Python."
  • curprev 18:2118:21, 18 July 2021Kaktus talk contribs 36,804 bytes +36 Created page with "Formatowanie ciągów jest obsługiwane za pomocą ''(starego)'' sposobu środowiska Python w %-stylu."
  • curprev 18:1618:16, 18 July 2021Kaktus talk contribs 36,768 bytes +12 Created page with "====Formatowanie łańcucha znaków===="
  • curprev 18:1518:15, 18 July 2021Kaktus talk contribs 36,756 bytes −1 Created page with "Na przykład {{incode|<<Mój>> + <<TEKST>>}} będzie złączone do "MójTEKST"."
  • curprev 18:1418:14, 18 July 2021Kaktus talk contribs 36,757 bytes −1 No edit summary
  • curprev 18:1318:13, 18 July 2021Kaktus talk contribs 36,758 bytes +1 No edit summary
  • curprev 18:1318:13, 18 July 2021Kaktus talk contribs 36,757 bytes +13 Created page with "Łańcuchy mogą być sumowane przy użyciu znaku {{KEY|+}}."
  • curprev 18:1218:12, 18 July 2021Kaktus talk contribs 36,744 bytes +9 Created page with "====Łączenie łańcuchów znaków===="
  • curprev 18:1118:11, 18 July 2021Kaktus talk contribs 36,735 bytes +16 Created page with "W poniższym przykładzie "TEXT" jest rozpoznawany jako ciąg znaków : {{incode|<<TEXT>>}}."
  • curprev 18:1018:10, 18 July 2021Kaktus talk contribs 36,719 bytes +32 Created page with "Łańcuchy są identyfikowane w wyrażeniach przez otoczenie ich podwójnymi daszkami otwierającymi/zamykającymi ''(podobnie jak etykiety)''."
  • curprev 18:0918:09, 18 July 2021Kaktus talk contribs 36,687 bytes +9 Created page with "====Rozpoznawanie łańcucha znaków===="
  • curprev 18:0818:08, 18 July 2021Kaktus talk contribs 36,678 bytes +7 Created page with "===Operacje na ciągach znaków==="
  • curprev 18:0218:02, 18 July 2021Kaktus talk contribs 36,671 bytes −2 No edit summary
  • curprev 18:0018:00, 18 July 2021Kaktus talk contribs 36,673 bytes +21 Created page with "Jednostki z wykładnikami mogą być wprowadzane bezpośrednio. Tak więc np. {{incode|mm^3}} zostanie rozpoznane jako '''mm³''', a {{incode|m^3}} jako '''m³'''."
  • curprev 17:5917:59, 18 July 2021Kaktus talk contribs 36,652 bytes +181 Created page with "Wszystkie wartości muszą mieć swoją jednostkę. Dlatego musisz generalnie używać jednostki dla wartości w arkuszach kalkulacyjnych.<br/> W niektórych przypadkach dzia..."
  • curprev 17:5417:54, 18 July 2021Kaktus talk contribs 36,471 bytes +95 Created page with "Jednostki mogą być używane bezpośrednio w wyrażeniach. Parser łączy je z poprzedzającą wartością. Tak więc wartość {{incode|2mm}} lub {{incode|2 mm}} jest zapisa..."
  • curprev 17:4717:47, 18 July 2021Kaktus talk contribs 36,376 bytes +64 Created page with "Poniższe popularnie używane jednostki nie są jeszcze obsługiwane: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 25%;"|Jednostka !style="width..."
  • curprev 17:3717:37, 18 July 2021Kaktus talk contribs 36,312 bytes +29 Created page with "Specjalne jednostki brytyjskie: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | mph | [https://pl.wi..."
  • curprev 17:3417:34, 18 July 2021Kaktus talk contribs 36,283 bytes +13 Created page with "Objętość: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | ml | Milli[https://pl.wikipedia.org/wik..."
  • curprev 17:2917:29, 18 July 2021Kaktus talk contribs 36,270 bytes +10 Created page with "Czas: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | s | [https://pl.wikipedia.org/wiki/Sekunda Sec..."
  • curprev 17:2417:24, 18 July 2021Kaktus talk contribs 36,260 bytes +2 No edit summary
  • curprev 17:2317:23, 18 July 2021Kaktus talk contribs 36,258 bytes −8 Created page with "Ciśnienie: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | Pa | [https://pl.wikipedia.org/wiki/Pask..."
  • curprev 17:1117:11, 18 July 2021Kaktus talk contribs 36,266 bytes −7 Created page with "Siła: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | W | [https://pl.wikipedia.org/wiki/Wat Wat] |..."
  • curprev 17:0917:09, 18 July 2021Kaktus talk contribs 36,273 bytes +18 Created page with "Masa: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | ug | Micro[https://pl.wikipedia.org/wiki/Gram..."
  • curprev 16:5916:59, 18 July 2021Kaktus talk contribs 36,255 bytes +14 Created page with "Gęstość strumienia magnetycznego: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | G | [https://pl..."
  • curprev 16:5816:58, 18 July 2021Kaktus talk contribs 36,241 bytes +15 Created page with "Strumień magnetyczny: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | Wb | [https://pl.wikipedia.o..."
  • curprev 16:5316:53, 18 July 2021Kaktus talk contribs 36,226 bytes 0 Created page with "Temperatura: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Unit !style="width: 66%;"|Description |- | uK | Micro[https://en.wikipedia.org/w..."
  • curprev 16:4616:46, 18 July 2021Kaktus talk contribs 36,226 bytes +6 Created page with "Natężenie pola magnetycznego: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | Oe | [https://pl.wik..."
  • curprev 16:4316:43, 18 July 2021Kaktus talk contribs 36,220 bytes +1 Created page with "Natężenie światła: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | cd | [https://pl.wikipedia.or..."
  • curprev 16:4116:41, 18 July 2021Kaktus talk contribs 36,219 bytes +39 Created page with "Długość: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | nm | Nano[https://pl.wikipedia.org/wiki/..."
  • curprev 15:3115:31, 18 July 2021Kaktus talk contribs 36,180 bytes −33 Created page with "Siła: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | mN | Milli[https://pl.wikipedia.org/wiki/Niut..."
  • curprev 15:2615:26, 18 July 2021Kaktus talk contribs 36,213 bytes +44 Created page with "Energia / praca: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | mJ | Milli[https://pl.wikipedia.org..."
  • curprev 15:0515:05, 18 July 2021Kaktus talk contribs 36,169 bytes +2 Created page with "Potencjał elektryczny: {| class="wikitable float-right mw-collapsible mw-collapsed" !style="width: 33%;"|Jednostka !style="width: 66%;"|Opis |- | mV | Milli[https://pl.wikipe..."

17 July 2021

16 July 2021

14 July 2021

2 July 2021

5 April 2021

1 April 2021

25 March 2021

21 February 2021

20 February 2021

7 February 2021

30 January 2021

20 January 2021

1 December 2020

25 September 2020

23 September 2020

15 May 2020

13 May 2020

12 March 2020

22 February 2020

16 February 2020

5 February 2020

19 January 2020

7 January 2020

6 January 2020

5 January 2020

3 January 2020

26 December 2019

24 December 2019

23 December 2019

21 December 2019