Skip to content

Commit

Permalink
finished mathematical operations section
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaaaron committed Jan 9, 2024
1 parent 7824ec5 commit 73742b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/user_guide/field.dox
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ onsites(ALL) f[X].gaussian_random();

# Mathematical methods {#mathematical_methods_field}

Standard arithmetic methods:
* **Standard arithmetic methods:**

- `Field::operator+`
- `Field::operator-`
Expand All @@ -448,7 +448,7 @@ f = f @ g; // Field operated with other field
f = f @ a; // Field operated with scalar
~~~

Arithmetic assignment methods:
* **Arithmetic assignment methods:**

- `Field::operator+=`
- `Field::operator-=`
Expand All @@ -467,7 +467,7 @@ f @= g; // Field operated with other field
f @= a; // Field operated with scalar
~~~

Mathematical functions:
* **Mathematical functions:**

- `Field::exp`
- `Field::log`
Expand Down

0 comments on commit 73742b2

Please sign in to comment.